// 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" />