Replies: 1 comment 2 replies
-
By default the apps will inherit the system setting but you can force them into either light or dark mode (which should apply to all system components like the keyboard). For iOS, add the UIUserInterfaceStyle key to the app's info.plist For Android, you can call an API to do that from an appropriate place in the native code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I was wondering how I could "force" the native wrapper around my iOS and Android app to always display native UI elements in dark mode. So, for example, image upload dialogs and the system keyboard are currently coming up in their normal, light style. My app is entirely dark so I'd appreciate if there was some way to force dark versions of these UI elements to always appear.
How would I go about that with the current version of capacitor?
Beta Was this translation helpful? Give feedback.
All reactions