Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法隐藏移动设备上的底部导航栏?(Safari 和 Android 浏览器)?我不希望用户单击“返回按钮”返回上一页。这甚至可行吗?我阅读了有关将页面添加到主屏幕的信息,但那是在 2012 年。有什么变化吗?我可以在不将页面添加到主屏幕的情况下使用 HTML 或 javascript 以某种方式隐藏此栏吗?
对于 iPhone,只需在标题中使用元标记:
<meta name="apple-mobile-web-app-capable" content="yes"/>
Android 将使用一些更高级的 JavaScript,因为大多数人不使用默认的 Android 浏览器。