Created
June 19, 2018 17:14
-
-
Save w-jerome/a0df7bbecd297a94f573047bdb7a3b84 to your computer and use it in GitHub Desktop.
Javascript — Mobile Browser URL Bar Height
This file contains hidden or 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
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