Cordova android does not detect preferred device scheme

it’s a weird bug … since chrome can detect system scheme.
although stimulating preferred scheme by chrome devtools on cordova app can change dark mode, but system can not;

my be https://github.com/DavidBriglio/cordova-plugin-os-theme be better solution for that…

Yes, it means that this specific combination of device+vendor+android version doesn’t support it in nested/embedded webviews. It is a pretty common thing for Android

1 Like

thanks Vladimir,
i fixed it with that plugin, but still no solution for listening for theme change…