/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// When ready... window.addEventListener("load",function() { // Set a timeout... setTimeout(function(){ // Hide the address bar! window.scrollTo(0, 1); }, 0); }); Bonus: META Tag for Bookmarked Sites <meta name="apple-mobile-web-app-capable" content="yes" />