dpogue commented on PR #1917: URL: https://github.com/apache/cordova-android/pull/1917#issuecomment-4699854959
The status bar implementation at the platform level was meant to be a very simple one that obeyed theme-color and viewport-fit, with more complicated stuff still being possible with the status bar plugin. That's how it was done on iOS, and that's how I'd hope it works here. We do not want a bunch of custom status bar APIs in the platform that we will have to maintain for years to come because we want to encourage people to not use the built-in web platform features for this (and yes, I know those features are currently a bit lacking on Android so we have to compromise a bit). My recommendation for people who want to precisely control the text colour and background colour and overlay mechanics rather than accepting common default behaviour is to keep using the status bar plugin. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
