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
Some developers complain about a small "jump" on the viewport when the mobile address bar gets hidden when scrolling up, or when it grows when scrolling up.
fullPage.js currently calculates the viewport dimensions using JS, but it might be a good idea to take a look at CSS alternatives such as lvh, svh, or even dlh.
However it seems that might still not solve the issue with the "jump" in the viewport. https://youtu.be/ru3U8MHbFFI?t=117
Probably the best approach to solve the issue is to provide an option that allows developers to choose if they want the viewport to always resize to 100vh when hiding the address bar or not.
Some wouldn't mind while for others it's a must.