Video is not Displaying in Webview

前端 未结 1 1677
梦如初夏
梦如初夏 2021-01-03 11:34

I have one Html Page, In this Html Page I am displaying one Video but this video is not displaying in my application\'s webview but displaying in Default Browser, so Please

相关标签:
1条回答
  • 2021-01-03 12:00

    Replace this line

      wb.getSettings().setPluginState(PluginState.ON);
    

    with this one

      wb.getSettings().setPluginState(WebSettings.PluginState.ON);
    
    0 讨论(0)
提交回复
热议问题