how to play html5 video on a webview android

前端 未结 5 2040
花落未央
花落未央 2021-01-06 14:56

i am trying to load a webpage on a web view where the page has a video in it. i am able to load the web page on the web view but the video is not playing and the audio is he

5条回答
  •  广开言路
    2021-01-06 15:21

    As @Mikko says, this is a tricky area.

    One thing to check is that you have hardware acceleration enabled. I encounter the exact same symptoms the OP describes when leaving it turned off.

    You can enable it at the application or at the activity level:

    
    

    OR

    
    

提交回复
热议问题