]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/MyWebView.java
Apply theme and font selection also to HTML for web view.
[Dictionary.git] / src / com / hughes / android / dictionary / MyWebView.java
index 950b8abf76ad1a99b0acac7f73d1f8045c9162cf..d57ad0bc80cd621a82addb20d739a706317fb7e8 100644 (file)
@@ -37,6 +37,8 @@ public class MyWebView extends WebView {
         super(context, attrs);
         getSettings().setSupportZoom(true);
         getSettings().setBuiltInZoomControls(true);
+        // TODO: check why AUTO does not work and consider using it (API 29/Android 10 only)
+        //getSettings().setForceDark(WebSettings.FORCE_DARK_ON);
 
         final WebViewClient webViewClient = new WebViewClient() {
             @Override