cordova-plugin-statusbar
cordova-plugin-statusbar copied to clipboard
Bug with light background on Android
Bug Report
Problem
When I use the following commands:
StatusBar.styleLightContent
StatusBar.backgroundColorByName("white")
StatusBar.backgroundColorByHexString("#f7f7f8")
Only the statusbar background changes but the texts/icons keep white too.
I got an image existing on GitHub issues(That is happening with me on Android), but I didn't found the solution
Version information
cordova-plugin-statusbar 2.4.2 cordova CLI 8.0.0 Moto G5 Android 8.1.0
please use
StatusBarr.styleDefault();
It will change your status bar text to black
@maxakash It doesn't work.
Your screenshot and comment looks like more about iOS than Android. If it is this behaviour will be fixed by #181.