我正在开发一个html5应用程序,我有一个部分有youtube的视频..在iOS上运行良好,所以在全屏幕上打开但在Android上没有。
我的代码是:
<iframe width="100%" height="200%" src="https://www.youtube.com/embed/VwHa2ARYIdA?autoplay=0&showinfo=0&controls=0" allowfullscreen="allowfullscreen"></iframe>
任何帮助?
答案 0 :(得分:2)
试试这个:
<iframe width='100%' height='200%' src='https://www.youtube.com/embed/VwHa2ARYIdA?autoplay=0&showinfo=0&controls=0' allowfullscreen ></iframe>
它对我有用......