解决iframe在iphone不兼容的问题
Posted jasonxiaoqinde
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决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%; width: 100%; }
</style>
以上是关于解决iframe在iphone不兼容的问题的主要内容,如果未能解决你的问题,请参考以下文章