码迷,mamicode.com
首页 > 其他好文 > 详细

解决iframe在iphone不兼容的问题

时间:2017-11-10 01:45:08      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:scrolling   height   osi   flow   lin   fixed   iphone   -o   top   

<div class="scroll-wrapper">
<iframe src="地址"></iframe>
</div>
<style>
.scroll-wrapper { position: fixed; right: 0; bottom: 0; left: 0; top: 0; -webkit-overflow-scrolling: touch; overflow-y: scroll; }
.scroll-wrapper iframe { height: 100%; width: 100%; }
</style>



解决iframe在iphone不兼容的问题

标签:scrolling   height   osi   flow   lin   fixed   iphone   -o   top   

原文地址:http://www.cnblogs.com/jasonxiaoqinde/p/7812141.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!