Hide address bar in the browser
By Dima Malenko
12 Mar 2013 05: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 by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.
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.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------