What is the event for hiding the address bar on mobile Android?

Viewed 20

So when you start scrolling on an Android browser, the address bar slowly slides up and it becomes fullscreen. Is this an actual fullscreen event?

I need to set the height dynamically for a map view so when this address bar slides up, I have a white space at the bottom until I re-render the page by navigating away. On the desktop, I can detect the fullscreen event but it's not working on mobile.

0 Answers
Related