解决iframe在iphone不兼容的问题

<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%; 100%; }
</style>



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