在 iPad 中隐藏地址栏

发布于 2024-12-05 12:28:34 字数 177 浏览 0 评论 0原文

我知道你可以使用 window.scrollTo 隐藏 iPhone/iPad/Android 上的地址栏。然而,似乎没有什么可以摆脱 iPad 上的地址栏。我发现的唯一解决方法是添加元标记,然后让用户将页面添加到主屏幕。

我错过了什么吗?你能用其他技巧隐藏 iPad safari 上的地址栏吗?

I know you can hide the address bar on iPhone/iPad/Android using the window.scrollTo thing. However, nothing seems to get rid of the address bar on iPad. The only workaround I found was to add a meta tag and then let the user add the page to their home screen.

Am I missing something? Can you hide the address bar on iPad safari using some other trickery?

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

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

发布评论

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

评论(1

尤怨 2024-12-12 12:28:34

似乎只有使用您提到的解决方法才有可能:

<meta name="apple-mobile-web-app-capable" content="yes" />

Ref #1
参考#2

It seems only be possible with the workaround you mentioned:

<meta name="apple-mobile-web-app-capable" content="yes" />

Ref #1
Ref #2

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