Youtube api 嵌入的Youtube视频无法在iPhone或iPad上运行

Youtube api 嵌入的Youtube视频无法在iPhone或iPad上运行,youtube-api,html5-video,Youtube Api,Html5 Video,我的登录页面(focus.brainbeat.com/adhd)上嵌入了一段youtube视频。它在台式机和安卓手机上运行良好,但在iPhone或iPad上无法运行。下面是正在使用的代码 <div class="Lightbox Lightbox--demo" id="demo"> <div class="Lightbox-wrapper"> <p class="Lightbox-close"><a href="#">Clo

我的登录页面(focus.brainbeat.com/adhd)上嵌入了一段youtube视频。它在台式机和安卓手机上运行良好,但在iPhone或iPad上无法运行。下面是正在使用的代码

<div class="Lightbox Lightbox--demo" id="demo">
    <div class="Lightbox-wrapper">
        <p class="Lightbox-close"><a href="#">Close</a></p>
    <iframe id="demo-iframe" src="https://www.youtube.com/embed/058eNc41xVk?wmode=opaque&version=3&enablejsapi=1" height="450" width="800" allowfullscreen="" frameborder="0"></iframe>
            </div>

    <script src="https://www.youtube.com/player_api"></script>

为什么不起作用

谢谢你的帮助