IOS webview iframe 宽度超出屏幕解决方案

IOS 真机webview中,iframe 却不能很好地适应屏幕大小,总是超出屏幕尺寸,需要左右滚动才能看到完整页面。

<div style="overflow: auto;-webkit-overflow-scrolling:touch;width:100%;height:100%;">
    <iframe src="http://www.baidu.com" frameborder="0" height="100%" scrolling='no' style="width: 1px; min-width: 100%; *width: 100%;"></iframe>
  </div>

 

posted @ 2018-01-15 11:10  鹰语jyf  阅读(651)  评论(0编辑  收藏  举报