Skip to content

Instantly share code, notes, and snippets.

@gyndav
Created February 22, 2012 08:35
Show Gist options
  • Save gyndav/1883439 to your computer and use it in GitHub Desktop.
Save gyndav/1883439 to your computer and use it in GitHub Desktop.
Skip iPhone URL bar
/mobile/i.test(navigator.userAgent) && !location.hash && setTimeout(function () {
if (!pageYOffset) window.scrollTo(0, 1);
}, 1000);​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment