我使用下面的代码在我的 PhoneGap iOS 应用程序中显示 Vimeo 视频。下面是代码。
<div id="lesson" data-role="content" data-inline="true">
<iframe src="http://player.vimeo.com/video/61702922" width="400" height="300" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
但我最终在运行时出现以下错误。
但如果我附上一个 Youtube 视频,它会正确显示
<div id="lesson" data-role="content" data-inline="true">
<iframe src="http://www.youtube.com/embed/dP15zlyra3c?html5=1"></iframe>
</div>
我该如何解决这个错误?为什么不支持?