pull/1696/head
kunfei 3 years ago
parent 0f61899445
commit 92be241a49
  1. 1
      app/src/main/java/io/legado/app/ui/rss/read/ReadRssActivity.kt

@ -123,6 +123,7 @@ class ReadRssActivity : VMBaseActivity<ActivityRssReadBinding, ReadRssViewModel>
mixedContentMode = WebSettings.MIXED_CONTENT_ALWAYS_ALLOW mixedContentMode = WebSettings.MIXED_CONTENT_ALWAYS_ALLOW
domStorageEnabled = true domStorageEnabled = true
allowContentAccess = true allowContentAccess = true
builtInZoomControls = true
} }
binding.webView.addJavascriptInterface(this, "app") binding.webView.addJavascriptInterface(this, "app")
upWebViewTheme() upWebViewTheme()

Loading…
Cancel
Save