-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Immersive mode on Android webview #11
Comments
Uncommenting these helped to hide the bottom nav on webview though they might be there for a reason? |
I'm not sure what kind of impact this might have. Ideally some of these View flags should be configurable. Have you noticed any difference? |
Not in functionality on the page, but it might be necessary for some features I'm not using. |
Yeah, I think we need to make these into options when you create the webview. |
I've played around with this a bit. The annoying thing is that the navigation bar becomes visible briefly when hiding/showing a webview. Did you experience this as well @subsoap ? |
@britzl Yes, I have seen this when opening / closing webviews (and it's annoying to me too, not sure how to fix it). |
My guess is it dues to the new window focused. |
If the project has immersive mode enabled the webview will not be - the bottom UI (with back button) will be visible.
The text was updated successfully, but these errors were encountered: