You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I handle when header color is White? Because text color is also white, we cannot see the items in the status bar.
Android 5.0, We are able to change only status bar color not status bar text color. Android Lollipop Set Status Bar Text Color
If you use API 23, There's a solution here. API 23 status bar color is White
I'm not sure. Can it work perfectly in ionic? I can't give a solution to you. I need to know more and do more testing. If you find the solution, I'm happy to accept a pull request.
Can we use your option for Android and native status bar plugin for iOS devices on the same project?
I use this.platform.is('android') and .platform-android selector to get information about current device. So that the code only acts on android device. More information, please check the source code.
Are you satisfied with these answers?😀
Hi,
This is really nice work.Thanks for the project.
I have 2 questions:
How can I handle when header color is
White
? Because text color is alsowhite
, we cannot see the items in the status bar.Can we use your option for Android and
native status bar
plugin for iOS devices on the same project?The text was updated successfully, but these errors were encountered: