Hide address bar in android chrome browser with scroll down gesture
问题 I have an web app developed using jquery mobile. Initially, I was trying to fit content exactly inside viewport by assigning height to the content. $(".ui-content").height(viewportHeight); This worked well for me. But now I want to hide address bar. So for doing this I added some extra pixels to viewportHeight (e.g. added 1.5px extra to viewportheight ). As height is now greater than actual device's viewport, scroll down gesture should help hide address bar. This works on all tablets, but not