What does “install Flash plugin” in WebView mean?

后端 未结 3 843
难免孤独
难免孤独 2020-12-19 17:47

In a small WebView app I wrote, I am able to load YouTube and see the picture the represents a video clip, with the familiar right-pointing arrow that is supposed to start p

3条回答
  •  萌比男神i
    2020-12-19 18:19

    Could it be a problem related to Javascript not being enabled on the webview?

      myWebView.getSettings().setJavaScriptEnabled(true);
    

提交回复
热议问题