-
Notifications
You must be signed in to change notification settings - Fork 59
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
Android Chrome, UI bar dissappears as user scrolls down leaving gap when moving page #37
Comments
Hi Sam! We rely on |
I've encountered this behavior as well, but I think it is preferable to have a small gap where the address bar used to be than for the initial content to be completely out of view. You can use this demo created by the Chromium team to help troubleshoot issues with |
I'm having the same exact problem for some reason it leaves a gap when i scroll up (when the navbar from chrome disappears). And my element is set to fixed with: top: 0 left:0 bottom: 0 properties (btw im doing a side drawer) |
Hello! When I faced a similar issue, I've done some research and found that this trick suggests to rely purely on |
+1 , any updates? |
+1 , any updates? |
Hi all, I did some testing on BrowserStack (thanks for OSS sponsorship, BrowserStack!), It's a bit bizarre to change it from I published #74 as |
I received a few comments confirming that swapping |
Hard one to explain, but I have a bug on Android Chrome when using this library with Gatsby, everything works fine but if I navigate to a page that isn't locked to 100vh, scroll down, the android UI bar at the bottom on the screen dissappears, when I nav back to another page from my fixed header, the 100vh page is calculated with the OS UI bar even though it isn't there, leaving a gap at the bottom.
An example can be seen here - https://prb-architects.netlify.app/ - if you navigate to a project from the carousel on the home page, scroll down, then click back in the fixed header at the top, you'll see the bug.
Is there any way anyone knows a workaround for this? It's fine in every mobile browser except Chrome Android
Thanks in advance,
Sam
The text was updated successfully, but these errors were encountered: