omerslash
Regarding your seconds issue - have you tried "Browser Is Fullscreen" event?
If it doesn't help, you can try comparing if Browser.ScreenHeight=Browser.WindowInnerHeight
In mobile app, this might work. However, when I'm testing in different browsers, I'm getting inconsistent results...
I suggest you make a test version of the mobile app with a big text debug field where you print the following expressions:
Browser.ScreenHeight & newline &
Browser.WindowInnerHeight & newline &
browser.WindowOuterHeight & newline &
browser.DevicePixelRatio & newline &
WindowHeight[/code:35rod17j]
Try running this test app with and without the status bar, see how these values change.
You may be able to figure out how to use them to check if the device is in fullscreen.