breautek commented on issue #246: Dark/Light mode splashscreens
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/246#issuecomment-582673200
 
 
   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 `-night` qualifier on the 
drawables. This [SO](https://stackoverflow.com/a/58892660/4685664) I think 
makes it easier to understand what android needs compared to reading the 
official docs.
   
   https://developer.android.com/guide/topics/ui/look-and-feel/darktheme
   
   Just providing helpful links for anybody willing to tackle this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to