dmitryevseev commented on issue #148: iOS 13 dark mode default text colour is 
white
URL: 
https://github.com/apache/cordova-plugin-statusbar/issues/148#issuecomment-552869650
 
 
   As a workaround add the following to the config.xml:
   
       <config-file target="*-Info.plist" parent="UIUserInterfaceStyle">
         <string>Light</string>
       </config-file>
   
       <config-file target="*-Info.plist" 
parent="UIViewControllerBasedStatusBarAppearance">
         <true />
       </config-file>
   
   It adds UIUserInterfaceStyle and UIViewControllerBasedStatusBarAppearance 
properties to `platforms/ios/{appname}/{appname}-Info.plist`.
   
   In case of issues check that this file has the properties added.

----------------------------------------------------------------
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