在 BlackBerry OS6 上隐藏浏览器地址栏

发布于 2024-10-02 09:19:29 字数 197 浏览 1 评论 0原文

我目前正在开发 HTML 5 移动网络应用程序。如果您将这样的应用程序添加到 iPhone 上的主屏幕,它看起来几乎就像一个本机应用程序,因为我能够隐藏移动 Safari 的地址栏。这可以通过在 HTML 代码中使用一些元标记来实现。

现在我想知道 Blackberry OS 6 上是否也可以隐藏地址栏?有谁知道是否以及如何实现这一目标?是否有黑莓特定的元标签?

I'm currently developing HTML 5 mobile web apps. If you add such an app to your homescreen on an iPhone, it pretty much looks like a native app since I am able to hide the mobile safari's address bar. This can be achieved by using some meta-tags within my HTML code.

Now I was wondering if hiding the address bar is also possible on the Blackberry OS 6? Does anyone have an idea if and how this could be achieved? Is there a Blackberry-specific meta-tag?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

删除会话 2024-10-09 09:19:29

没有适用于 BlackBerry 的元标记。
将内容加载到浏览器时尝试使用 window.scrollTo (0,1) 函数。

There is no meta tag available for BlackBerry.
Try to use the window.scrollTo (0,1) function while loading the content into the browser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文