gpt4 book ai didi

android - 如何在基于Xamarin.forms的webview中使用html5视频标签?

转载 作者:行者123 更新时间:2023-11-29 05:39:40 27 4
gpt4 key购买 nike

我正在使用 xamarin.forms webview 并在我的 html5 代码中实现了视频标签来播放视频。

我在 IOS 和 Android 上测试了它。两者均未播放视频。我做错了什么?,我读到了一些设置硬件加速的内容。有人请帮助我这个东西是如何工作的。

播放视频的测试代码

<p>testing from 3:49</p> <video width='320' height='240' controls> <source src='https://www.w3schools.com/html/mov_bbb.mp4' type='video/mp4'> Your browser does not support the video tag. </video>

<p>testing from 3:49</p> <video width='320' height='240' controls> <source src='https://interactive-examples.mdn.mozilla.net/media/examples/flower.webm' type='video/mp4'> Your browser does not support the video tag. </video>

最佳答案

我的问题是 WebView 中的 isEnable 属性为 false。设置为True后,就可以正常工作了。

如果您仍然遇到问题,请尝试在 Android 应用程序的 Mainfest 中启用 HardwareAccelerate。

关于android - 如何在基于Xamarin.forms的webview中使用html5视频标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56686283/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com