1
我使用下面的代碼在我的PhoneGap iOS應用程序中顯示Vimeo視頻。以下是代碼。PhoneGap&HTML5視頻標籤和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>
我怎樣才能解決這個問題?爲什麼它不支持?
+1對於所有信息 – Techie 2013-03-27 15:22:34
也有其他解決方案,但它們不能在Phonegap下工作,除非您願意創建自己的插件。 – Gajotres 2013-03-27 15:25:03