My website is designed to adjust based on the size of the browser window, with the first div filling up the entire height using height: 100%
. However, I've encountered an issue with certain mobile browsers like Chrome hiding the address bar on devices such as iPhones, iPads, and many Android devices. This causes a page jump when scrolling, as the window height increases by the height of the address bar.
Is there a way to prevent this from happening?
Thank you for your help!