WebView and HTML5 <video>

后端 未结 13 1664
面向向阳花
面向向阳花 2020-11-22 05:59

I\'m piecing together a cheapo app that amongst other things \"frames\" some of our websites... Pretty simple with the WebViewClient. until I hit the video.

相关标签:
13条回答
  • 2020-11-22 06:29

    I know this is an very old question, but have you tried the hardwareAccelerated="true" manifest flag for your application or activity?

    With this set, it seems to work without any WebChromeClient modification (which I would expect from an DOM-Element.)

    0 讨论(0)
提交回复
热议问题