Hide address bar in the browser
由 Dima Malenko
2013年 03月 12日 05:15
English(英语)
3 回复
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?
编辑者为: Brock Boland 开 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.
您必须登录才能使用此服务。立即登录?
The tag you entered already exists.
是否要将这篇帖子报告为垃圾邮件?
已将该帖报告为垃圾邮件。
cannot be empty.
是否确定要取消并返回列表?
The code has been copied to the clipboard.
输入标题。
所有分类
一般支持
Tizen .NET
Web 应用程序开发
本机应用程序开发
SDK 和 IDE
--------
--------