在线时间:8:00-16:00
132-9538-2358
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
我使用 Phonegap 6.2.0 制作了一个 IOS 9 应用程序。我需要在没有连接的情况下播放视频, 详情
文案达人养成记之如何策划网络炒作
app走进SNS粉丝时代
没换圣诞帽头像、没吃苹果馅饺子,你还过啥
这是第五个五个
设置 iFrame 属性 scrolling='no' 使它看起来像要在 iOS 上正确加载的移动版网站。
scrolling='no'
var ifrm = document.createElement("iframe"); ifrm.setAttribute("src", "<%= @social_snip.url %>"); ifrm.id = 'ContentFrame'; ifrm.scrolling = 'yes'; if (check) { document.getElementById('iframeWrapper').className += ' mobile-theme'; } var IOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream; if(IOS) { ifrm.scrolling = 'no'; }
上面的代码检查操作系统是否是iOS,如果是则将iFrame的scrolling属性设置为no值。
scrolling
no
关于javascript - 元视口(viewport)标签选项在 iOS 上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44878131/
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
关注0
粉丝2
帖子830918