Hide address bar in the browser
By Dima Malenko
12 Mar 2013 09:15
English
3 Replies
Hi there!
Is there any way to hide address bar of the browser upon page load?
In Safari on iOS, where address bar also hides, when user scrolls down, this can be done with
window.addEventListener("load",function() {
setTimeout(function(){
window.scrollTo(0, 1);
}, 0);
});
This does not work on Tizen and I did not find any other way to make it hide automatically. Any ideas how to do that?
Edited on 18 03, 2014
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.