jmonkeyengine icon indicating copy to clipboard operation
jmonkeyengine copied to clipboard

AndroidHarness : support display cutouts

Open vxel opened this issue 3 years ago • 1 comments

Currently the AndroidHarness does not support display cutouts (see https://developer.android.com/develop/ui/views/layout/display-cutout). This feature would allow the display to exploit the whole screen instead of leaving a margin at the notch/cutout, which is essential for a perfect immersive experience.

The AndroidHarness fullscreen option is not sufficient since it does not set the required flags. One solution would be to (add an option to) add the flag WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS.

vxel avatar Nov 02 '22 09:11 vxel

Thanks @vxel for opening this.

pavly-gerges avatar Nov 03 '22 06:11 pavly-gerges