-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark/Light mode splashscreens #246
Comments
Is this even supported on the native side (especially iOS)? |
Yes you can check if the current theme is dark or light and support comes with iOS13. |
For iOS, it looks like assets can be assigned to any appearance, or just light, or just dark. https://developer.apple.com/documentation/xcode/supporting_dark_mode_in_your_interface?changes=latest_minor On Android, dark theme is actually only available on API 29, which will be the new default and officially supported in cordova-android 9 (not currently released). It looks to be configurable by using a https://developer.android.com/guide/topics/ui/look-and-feel/darktheme Just providing helpful links for anybody willing to tackle this. |
Just to let you know: I think this Issue can be closed now. For iOS this works since |
Feature Request
Feature Description
Would be nice to have 2 sets of splash screens depending on the current mode (dark vs light) so they actually match with the app UI.
The text was updated successfully, but these errors were encountered: