iPhone Safari下iframe不显示滚动条无法滚动的解决方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iPhone Safari下iframe不显示滚动条无法滚动的解决方法相关的知识,希望对你有一定的参考价值。
<div class="dataTables_wrapper" style="-webkit-overflow-scrolling:touch;overflow:auto!important;height: 300px">
<iframe data-ng-src="{{formData.path}}" style="width:100%;border:0;height:295px !important;"></iframe>
</div>
<!--iframe外层加div 主要css:-webkit-overflow-scrolling:touch;overflow:auto!important;-->
以上是关于iPhone Safari下iframe不显示滚动条无法滚动的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
Safari/Chrome (Webkit) - 无法隐藏 iframe 垂直滚动条
iframe在iphone6 plus的safari下子页面的宽度不受父页面控制的bug