在 iPad 中隐藏地址栏
我知道你可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎只有使用您提到的解决方法才有可能:
Ref #1
参考#2
It seems only be possible with the workaround you mentioned:
Ref #1
Ref #2