You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
There is a way you could tell Chrome browser to "fake fullscreen" which means it will hide the top bar.
Just add this to your JavaScript : window.scrollTo(0,1);
Only Problem is that it is not standardized and not well supported.
Here you can find more about it Link.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, address bar doesn't scroll/hide in mobile Safari or Chrome when scrolling.
Is there a solution for this?
The text was updated successfully, but these errors were encountered: