Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeing black area in system ui #43

Open
wonderdragons opened this issue Feb 17, 2022 · 0 comments
Open

Seeing black area in system ui #43

wonderdragons opened this issue Feb 17, 2022 · 0 comments

Comments

@wonderdragons
Copy link

wonderdragons commented Feb 17, 2022

AndroidFullScreen.stage = stage;
AndroidFullScreen.immersiveMode();
stage.setOrientation(StageOrientation.UPSIDE_DOWN);
stage.setOrientation(StageOrientation.UPSIDE_DOWN);

Tried leanmode, immersiveMode(true), fullscreen() everything...but still black on system ui.
If I use showUnderSystemUI(), it shows system ui on top and if I use showUnderSystemUI(), app goes behind systemui on top. But I want to remove system ui completely and app take that place. You have any sample for it?

In my xml, I am using <meta-data android:name="android.max_aspect" android:value="2.16" /> by the way.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant