1 air android html5-video stagewebview
我在 Android 设备的 StageWebView 中读取视频时遇到问题。
我使用 html5 视频标签,我想在 Android 应用程序的 StageWebView 中阅读此视频。
对于 iOS,我没有问题,但在 Android 设备上,播放器是黑色的,我只能听到声音。
我尝试了很多 JS 播放器,但都有相同的问题。
有没有人遇到过这种问题?
小智 5
在App.xmlAndroid 清单中,尝试启用硬件加速。也许是这样..
<android>
<manifestAdditions><![CDATA[
...
<manifest android:installLocation="auto">
...
<application android:enabled="true" android:hardwareAccelerated="true">
Run Code Online (Sandbox Code Playgroud)