Update CustomWebView.java

pull/102/head
FongMi 4 years ago
parent 5275a60a47
commit 58b571c8da
  1. 1
      app/src/main/java/com/fongmi/android/tv/ui/custom/CustomWebView.java

@ -45,7 +45,6 @@ public class CustomWebView extends WebView {
getSettings().setJavaScriptEnabled(true);
getSettings().setBlockNetworkImage(true);
getSettings().setLoadWithOverviewMode(true);
getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);
getSettings().setJavaScriptCanOpenWindowsAutomatically(false);
getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW);
setWebViewClient(webViewClient());

Loading…
Cancel
Save