search

Home  >  Q&A  >  body text

css - [iOS、iPhone] html中嵌入iframe,屏幕滑动时候触碰在iframe范围里,则不能再滑动

p包裹iframe,Android中测试正常,求解决方案,谢谢!

代码如下:

<p>

<iframe frameborder="0" width="310" height="240" src="" allowfullscreen></iframe>

</p>

大家讲道理大家讲道理2895 days ago1209

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-04-18 09:48:02

    The width and height cannot be fixed. The width and height of iOS devices are not fixed. Devices 4 inches and below. The width is 320; the 4.7 is 375; the 5.5 is 424 (like).
    So it’s best to use percentage, or max-width; like this. certainly. You can also use css response settings.

    reply
    0
  • Cancelreply