Created
November 4, 2014 06:33
-
-
Save manikrathee/00891b24eed32b51007a to your computer and use it in GitHub Desktop.
Hide the nav bar in ios. Antiquated, terrible, probably broken by now, don't use this.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.addEventListener("load",function() { | |
setTimeout(function(){ | |
window.scrollTo(0, 0); | |
}, 0); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment