在iframe外层包一层div,加入例如以下样式:
style="-webkit-overflow-scrolling:touch;overflow:auto;"
代码例如以下:
<div style="width:100%;-webkit-overflow-scrolling:touch;overflow:auto;"><iframe name="main" id="main" src="../demo.html" width="100%" height="100%" frameborder="0" vspace="0" scrolling="yes" ></iframe></div>
时间: 2024-10-04 15:01:06