Skip to content

Instantly share code, notes, and snippets.

@is8r
Created May 2, 2013 16:14
Show Gist options
  • Save is8r/5503310 to your computer and use it in GitHub Desktop.
Save is8r/5503310 to your computer and use it in GitHub Desktop.
スマートフォンでアドレスバーを隠す
window.scrollTo 0, 1 if navigator.userAgent.match(/iPhone|iPod|Android/i) and window.location.href.indexOf("#") is -1 and document.body.scrollTop is 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment