美文网首页
IFrame scroll is not working in

IFrame scroll is not working in

作者: lunaSun | 来源:发表于2017-11-08 13:26 被阅读65次

cordova笔记:
ios下iframe scroll notworking

<div style="width:100%;height:100%;overflow:scroll !important;-webkit-overflow-scrolling:touch !important">
  <iframe src="www.your_url.com" scrolling="yes" style="width:100%;height:100%" frameborder="0"></iframe>
</div>

相关文章

网友评论

      本文标题:IFrame scroll is not working in

      本文链接:https://www.haomeiwen.com/subject/smgemxtx.html