我正在使用: <meta name="apple-mobile-web-app-capable" content="yes">
并在我的主屏幕上添加一个图标以绕过 iPhone 上的 Chrome 浏览器。但是,我将 div 高度设置为设备高度的 100% 的代码在使用它时失败了。
$(".swiper-container").css({
"width" : $(window).width(),
"height" : $(window).height()
});
如果我在 Safari 上正常运行该页面,它可以正常工作,但如果我从保存的主屏幕图标运行,则不能。有任何想法吗?
干杯。
更多信息:
www.andrewlarking.co.uk/LBSEvents/lbss.html