解决办法:
iframe外面需要一个容器,添加css
css代码:
.container{ height:100px; overflow: auto; -webkit-overflow-scrolling: touch; } .frame{ width:100%; height:100%; }
html代码:
<div class="container"> <iframe class="frame" src=""> </div>
解决办法:
iframe外面需要一个容器,添加css
css代码:
.container{ height:100px; overflow: auto; -webkit-overflow-scrolling: touch; } .frame{ width:100%; height:100%; }
html代码:
<div class="container"> <iframe class="frame" src=""> </div>
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。