Hi, I’m using lime to create an android app and I’ve noticed that be default it seems to crop the window to the “safe area” so the window doesn’t go over any cutout/notch areas. I can’t see a way of turning this off - I want to be able to show the app fullscreen. The Lime window.onResize event is just passing in a smaller area that the device screen size.
The weird thing is that I have another app which uses openfl and that is able to show the app full screen just fine - but that’s just using Lime under the hood… so I don’t know how its doing it. I assumed it was the window.fullscreen tag in the xml, but I have enabled this and it doesn’t do anything on Android it seems.
Any help would be appreciated,
Thanks,
Greg
