Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我确信这很容易,但我很难做到。如何将视频添加到 iOS phonegap 应用程序。一个工作的例子会很棒。
<video id='player' controls src="your url here" style="position: absolute; width: 320px; height: 200px;"></video>
使用标签,嵌入视频非常简单。
在 iOS 上,您只需使用普通的 HTML5 视频标签。对于 Android,您必须使用视频插件。