Fullscreen Support for IPhone X, XS Max and 11 Models

As I was working on a game of mine recently, I went to test out portrait mode on my IPhone XS Max and came to the realization that the current screen size that Roblox supports on this device leaves a gaping hole in the top/side of whatever game you’re playing.



This obviously isn’t pretty, and I believe that simpily expanding the amount of space the game takes up once its launched can help a ton with how aesthetically pleasing Roblox looks on these devices.

Current View while playing on IPhone XS Max.

After expanding the screen to remove the negative space.

Let me know what you guys think about this idea.

16 Likes

The problem is that some developers make the top bar transparent and put user interface elements up there. This means it would be covered by the bezel potentially breaking games or hiding information on mobile.

1 Like

They just need to render the black bar area, and they could set whatever value https://developer.roblox.com/en-us/api-reference/function/GuiService/GetGuiInset uses to make it so UI starts under the notch instead

1 Like