1

I'm using the Ratchet framework to serve my mobile pages.

I've tried various conventional methods to hide the address bar via Javascript (these can be easily found via Google) but still to no avail.

What I aim is for the address bar to hide normally - i.e. when the user scrolls down - as how any other mobile web page would function.

Anyone has a hack around this?

4

2 回答 2

0

简短的回答是您不能使用 JavaScript 隐藏地址栏,因为这会给浏览器带来安全风险。

地址栏不会在滚动时消失的原因是因为 Ratchet 修复了 body 并启用了滚动.content。有关更多信息,请参阅 goratchet.com 上的基本模板示例。

隐藏地址栏的最简单方法是让您的用户将您的网站添加到他们的主屏幕并将正确的标签添加到您的标题中。此处有 Google 提供的 Android 入门指南和 Apple 提供移动 Safari指南。您还可以使用 Cordova 编译您的应用程序。

于 2015-02-25T10:11:31.697 回答
0

如果您包含引导程序,我会将 sr-only 添加到课程中。这将隐藏栏。可能对你有用。

于 2015-08-12T17:01:53.747 回答