【问题标题】:How can i embeded youtube video or local video in jquery mobile?如何在 jquery mobile 中嵌入 youtube 视频或本地视频?
【发布时间】:2014-01-06 11:48:05
【问题描述】:

它可以在 PC 浏览器上运行,但是当我在我的 android 设备上测试时,Huawei u8860 android v 2.3。它不起作用。我像这样使用iframe

<iframe width="560" height="315" src="//www.youtube.com/embed/0AUGkch3tzc?autoplay=1" frameborder="0" allowfullscreen>
</iframe>

请问有什么解决办法吗?

【问题讨论】:

    标签: jquery mobile browser youtube


    【解决方案1】:

    iframe 在 jQuery mobile 中运行良好尝试将您的代码更改为:

    <iframe width="560" height="315" src="http://www.youtube.com/embed/0AUGkch3tzc?autoplay=1" frameborder="0" allowfullscreen></iframe>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-02-07
      • 2012-05-20
      • 2021-12-04
      • 2012-06-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多