Vh live resizing on mobile devices

vh and vw are awesome for device scaling!

However, on mobile device browsers there is live resizing when scrolling up and down.
It makes sense though.
It’s because the address bar disappears when scrolling down and reappears when scrolling up, changing the vh.
The result is images, sections, divs, etc, constantly changing in size when scroll direction is changed.

To me this user experience is irritating.

Any guru advice on how to get the scaling advantage of vh without the pesky interaction with the disappearing and reappearing mobile browser address bar?

Thanks
Ryan

Take a look here.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.