Fullscreen Safari on iPad
Fullscreen Safari on iPad
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- dbloc0
tried this:
// When ready...
window.addEventListener("load",f... {
// Set a timeout...
setTimeout(function(){
// Hide the address bar!
window.scrollTo(0, 1);
}, 0);
});