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.
我正在构建一个针对不同设备(主要是 Android 和 IOS)的 phonegap 应用程序。我想播放本地 mp4 视频。我尝试使用这个插件和其他插件,但据我了解,它们是为 android 构建的。这个问题是否有通用的解决方案,即有什么方法可以构建而不用担心我的目标设备是什么?谢谢
你可以试试视频标签
<video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> </video>