I am attempting to hide the address bar onload on a Nexus 7 tablet window.scrollTo(0, 1); Doesn't work or scrolling to an anchors. Any other tricks to accomplish this?
Asked
Active
Viewed 247 times
0
-
Check this question http://stackoverflow.com/questions/4117377/how-to-hide-the-address-bar-on-iphone Maybe you just need to add a small padding to your body tag, or height like 101% – Anton Boritskiy Jun 16 '14 at 16:38
-
I know this doesn't answer your question, but in my opinion you should try to avoid overriding a browser's default behavior. – Steve Sanders Jun 16 '14 at 16:49
-
I looked at http://stackoverflow.com/questions/4117377/how-to-hide-the-address-bar-on-iphone, didn't solve the problem. Its a recent udpate to chrome that prevents window.scrollTo(0, 1); – esoteric Jun 16 '14 at 18:35