我正在使用Vue,Webpack和Cordova。
<div class="hello">
<h1>Videos</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/I3DEEaV8IsA?" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
如果我加载我的页面,没有Cordova,并且在Firefox浏览器中,Youtube视频上的全屏图标可用并且有效。当我使用Cordova构建并运行它作为iOS应用程序时,全屏图标显示为灰色,并显示一个工具提示,显示&#34;浏览器不支持全屏&#34;。
为什么会出现这种情况?
答案 0 :(得分:0)
尝试
allowfullscreen="true"
在 iframe 标记上。