android-js / androidjs

Platform to build android app using node js
MIT License
464 stars 110 forks source link

Darken web content in WebView #179

Open hampoelz opened 3 years ago

hampoelz commented 3 years ago

On devices running Android 10 (API level 29) and higher, app users can set the device to light theme or dark theme at the OS level. Currently, android-js doesn't auto detect the device theme.

Check out the documentation: https://developer.android.com/guide/webapps/dark-theme

DeveshPankaj commented 3 years ago

Thanks for your feedback, we are always open to take feedback and update to make it easy for developers to build their awesome apps. We will add this feature in upcoming release.