Dark gray bar on bottom of screen?

My colleague just tested my app on his Google Pixel 5, and for some reason my app is not filling his whole screen and leaving a dark gray horizontal strip on the bottom of the screen.

I just checked in the simulator for this phone’s resolution (1080 x 2340) and my screen content does and should fill his whole screen.

Anybody experience anything similar before, or know how to fix this?

If you are using native.setProperty( "androidSystemUiVisibility", "immersiveSticky" ), then you’ll need to wait a moment before the changes kick in.

If you are immediately creating new display objects to cover the entire screen, then the screen dimensions will still expect there to be a navbar and that’s where your grey bar (likely) comes.