Fullscreen on iPad

Hi everyone. I finally got a new iPad to test out my apps, and I realized they’re not showing fullscreen on the newer (non home button) iPads. I followed the steps here to make sure I have the correct launch images, but it’s still not going fullscreen. I’m using the default.png method if that matters.

Is there something simple I’m missing? Can’t seem to figure out how to make it fill the screen.

Thanks!

Check your width, height and scale method in config.lua.

I do use 320x480 for width/height and letterbox scaling, but this has never been an issue with the past expanding the content to fill the whole screen. Even on tall phone devices or other weird aspect ratios.

But on tablets the situation changes, I recommend increasing the height and width scales.

1 Like

Figured it out. There’s a bug with the way Default.png system works.

If I use the storyboard method to generate launch images on iOS, it correctly fills the whole screen. Using the 12.9" Default-Portrait-1366@2x.png method does NOT work specifically for this device.

Not sure if someone is able to update this to make it work (or if it ever did).