【发布时间】:2013-08-20 20:13:15
【问题描述】:
是否可以在 iOS Safari 上隐藏地址 URL 栏但不隐藏 Smart App Banner?
我已经尝试了这个问题的解决方案:Hiding address bar without hiding the smart app banner on iOS 6,但它似乎不起作用。当我使用来自https://github.com/h5bp/mobile-boilerplate/blob/master/js/helper.js 的MBP.hideUrlBarOnLoad 时,智能横幅仍然被隐藏,正如答案所建议的那样。
【问题讨论】:
-
你能提供一些代码吗?看来您需要立即调用 MBP.hideUrlBarOnLoad(),而不是在 jQuery 就绪处理程序中。
标签: javascript iphone ios mobile mobile-website