Open
Description
We apply an override to bottom edge safe area in OsuGameIOS
, making the game extend to the home indicator. This causes the home indicator to obstruct components behind it, such as song select footer buttons or chat overlay text box etc.
The initial goal was to add extensive handling of safe area so the home indicator gets its own space without just a black box surrounding it, but further discussions halted this approach pending proper direction from the design team first so the final result does not look awkward.
One temporary direction here is to remove the override and make this user toggleable similar to the horizontal edges. Preview without the override, aka "letterbox":