Dark mode not detected on capacitor/android #9201
Unanswered
wieli99
asked this question in
CLI - Capacitor / Cordova modes
Replies: 1 comment
-
Here's an article about why it's not working and what you can do about it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. I'm looking for a way to support dark mode on capacitor apps on android.
$q.dark.mode
is set to "auto", however the app does not recognize the system dark mode ->$q.dark.isActive
returns falseDoes anyone know how to correctly respect the system prefs for this?
It works perfectly fine in the browser (both on desktop and android)
Beta Was this translation helpful? Give feedback.
All reactions