Skip to content

Instantly share code, notes, and snippets.

@luk-
Created March 5, 2013 05:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save luk-/5088164 to your computer and use it in GitHub Desktop.
Save luk-/5088164 to your computer and use it in GitHub Desktop.
hide ios safari address bar
window.addEventListener("load",function() {
setTimeout(function(){
window.scrollTo(0, 1);
}, 0);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment