-
Notifications
You must be signed in to change notification settings - Fork 605
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
[System UI Controller] I want full screen, but is not work #1205
Comments
I have this issue too. Have you fixed it? |
Hi, could you provide a bit more information about what you're expecting to happen, and what's happening instead? It's not clear to me from the GIF what the issue is. |
In my case the issue is on Samsung S8+ sdk 28 I am trying to remove navigation and status bar. I put this code:
As a result, the app starts without a status and navigation bars, as I expect. But when you start interacting with the screen status bar and navigation bar show again. And only after that you can truly interact with the screen. I've checked on emulator with sdk 29: The same issue. It works fine in the emulator with sdk 32 android thought. |
Hi, thanks for the additional information! It looks like the For your case, you'll probably want |
Hi! |
How to implement, can you give me the sample code |
I've put this code instead of accompanist usage
And to find window I copied this method from accompanist
If you want to remove a status and navigation bar from dialog too you'll have to call this inside of Dialog content. |
`class MainActivity : ComponentActivity() {
}`
Thank you very mush! |
Access to |
Description
I want full screen in my app, following code:
The text was updated successfully, but these errors were encountered: