Skip to content

Instantly share code, notes, and snippets.

@w-jerome
Created June 19, 2018 17:14
Show Gist options
  • Save w-jerome/a0df7bbecd297a94f573047bdb7a3b84 to your computer and use it in GitHub Desktop.
Save w-jerome/a0df7bbecd297a94f573047bdb7a3b84 to your computer and use it in GitHub Desktop.
Javascript — Mobile Browser URL Bar Height
var mobile_browser_urlbar_height = window.innerHeight - document.documentElement.clientHeight;
console.log(mobile_browser_urlbar_height)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment