You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/18 11:12:18 UTC

[GitHub] [cordova-plugin-statusbar] jcesarmobile commented on issue #163: Deprecate styleBlackTranslucent and styleBlackOpaque

jcesarmobile commented on issue #163: Deprecate styleBlackTranslucent and styleBlackOpaque
URL: https://github.com/apache/cordova-plugin-statusbar/issues/163#issuecomment-554969746
 
 
   there are four possible values at the moment:
   default: sets the status bar content (hour, battery, icons, etc) color to black
   lightcontent, blackopaque, blacktranslucent: set he status bar content (text, hour, battery, icons, etc) color to white.
   Since they all do the same, and blackopaque/blacktranslucent correspond to old native values that were deprecated by Apple on iOS 7, we plan to remove them in a future release.
   So if you have `<preference name="StatusBarStyle" value="blacktranslucent" />`, use `<preference name="StatusBarStyle" value="lightcontent" />` as it does the same

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org