gpt4 book ai didi

javascript - 在 iOS 上隐藏 URL 栏而不隐藏 Smart App Banner

转载 作者:可可西里 更新时间:2023-11-01 04:47:10 25 4
gpt4 key购买 nike

是否可以在 iOS Safari 上隐藏地址 URL 栏而不隐藏智能应用横幅?

我试过这个问题的解决方案: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 时,智能横幅仍然隐藏,正如答案所建议的那样。

最佳答案

我使用:

    $(document).ready(function () {
mob.SetUpEvents();
setTimeout(function () {
if (jQuery("html.iphone").length > 0) {
jQuery('html').css( "height", ( jQuery(window).height() + 60) + 'px');
window.ScrollTo(0, 1);
}
}, 400);
});

希望对您有所帮助!

关于javascript - 在 iOS 上隐藏 URL 栏而不隐藏 Smart App Banner,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18344178/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com