iframe,ios下iframe页面内容宽度超出屏幕宽度
安卓,pc上面测试正常,ios异常
解决方案:
<div style="overflow: auto;-webkit-overflow-scrolling:touch;width:100%;height:100%;">
<iframe src="https://engine.tuishark.com/index/activity?appKey=46F2nawUGq9KB1gCeHBZzxn1jyGp&adslotId=256909"
frameborder="0" height="100%" scrolling='no' style="width: 1px; min-width: 100%; *width: 100%;"></iframe>
</div>
原因:
暂无