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.
HTML 5 视频无法在我的 android webview 上播放。有什么问题。我的代码如下:
<video width="100%" height="60%" controls> <source src="bunny.mp4" type="video/mp4"> <source src="bunny.ogv" type="video/ogg"> </video>
我已经浏览了相关的帖子,但那些对我没有多大帮助:(
这是一篇不错的文章,其中包含您的问题的解决方案。 也许它也可以帮助你。