liriliri / eruda-android

Simple webview with eruda loaded automatically
110 stars 13 forks source link

Follow system theme? aka dark mode in two lines: #1

Closed rocket-pig closed 1 year ago

rocket-pig commented 1 year ago
if (WebViewFeature.isFeatureSupported(WebViewFeature.FORCE_DARK)) {
    WebSettingsCompat.setForceDark(...)
}

...according to: https://developer.android.com/develop/ui/views/layout/webapps/dark-theme#kotlin

surunzi commented 1 year ago

Supported in v1.1.0