cordova-plugin-statusbar icon indicating copy to clipboard operation
cordova-plugin-statusbar copied to clipboard

Bug with light background on Android

Open diogozamonel opened this issue 5 years ago • 3 comments

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 48235716-d17a5680-e373-11e8-9e1d-f955b19b29cb

Version information

cordova-plugin-statusbar 2.4.2 cordova CLI 8.0.0 Moto G5 Android 8.1.0

diogozamonel avatar Apr 03 '19 08:04 diogozamonel

please use StatusBarr.styleDefault(); It will change your status bar text to black

maxakash avatar Jul 06 '19 03:07 maxakash

@maxakash It doesn't work.

AustineA avatar Jul 12 '19 23:07 AustineA

Your screenshot and comment looks like more about iOS than Android. If it is this behaviour will be fixed by #181.

exxbrain avatar Mar 22 '20 11:03 exxbrain