Re: statusbar styles decision

2023-01-08 Thread julio cesar sanchez
Since there is no consensus, I've created a poll on the new GitHub discussions, hopefully we would get some user opinions/votes https://github.com/apache/cordova/discussions/372 El mar, 25 oct 2022 a las 17:19, Jesse () escribió: > #1 > The intent of default was always to do the platform /

Re: statusbar styles decision

2022-10-25 Thread Jesse
#1 The intent of default was always to do the platform / system default thing. Default on Android need not look like default on iOS > On Oct 25, 2022, at 8:01 AM, julio cesar sanchez > wrote: > > The funny thing is default is not the default value, the default value is > lightContent. It’s

Re: statusbar styles decision

2022-10-25 Thread julio cesar sanchez
The funny thing is default is not the default value, the default value is lightContent. It’s called default just to match the iOS name. So another reason to deprecate it. El El mar, 25 oct 2022 a las 16:37, Norman Breau escribió: > I think if we (Apache) used the term "default", it should be

Re: statusbar styles decision

2022-10-25 Thread Norman Breau
I think if we (Apache) used the term "default", it should be referencing our default, and not necessarily the underlying platform's default. Therefore, I think #2 might be the best path moving forward. Adding a styleDarkContent will be symmetrical to the styleLightContent counterpart (we have

statusbar styles decision

2022-10-25 Thread julio cesar sanchez
The statusbar plugin has this styles: - *StatusBar.styleDefault*: Use the default statusbar (dark text, for light backgrounds) - *StatusBar.styleLightContent:* Use the lightContent statusbar (light text, for dark backgrounds). This was enough until iOS 13 came out, then Apple added