原因:ios嵌入的iframe页面,滚动条失效
解决:在iframe外层包裹一个div,然后将其设置为可滚动,iframe的属性scrolling="no"
<div style="webkit-overflow-scrolling: touch;overflow-y: scroll;"> <iframe frameborder="0" width="100%" height="100%" scrolling="no"></iframe> </div>
原因:ios嵌入的iframe页面,滚动条失效
解决:在iframe外层包裹一个div,然后将其设置为可滚动,iframe的属性scrolling="no"
<div style="webkit-overflow-scrolling: touch;overflow-y: scroll;"> <iframe frameborder="0" width="100%" height="100%" scrolling="no"></iframe> </div>
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。