标签: android ionic-framework statusbar android-statusbar
我想更改statusbar文本的颜色,而不仅仅是背景。当我使用statusBar.backgroundColorByHexString("#ffffff");时,状态栏背景成功更改为白色,但是字体为白色,因此看不到它,如何控制Ionic 3中状态栏文本的确切字体颜色?
statusbar
statusBar.backgroundColorByHexString("#ffffff");
对此有很多问题,但是答案表明您应该只使用statusBar.backgroundColorByHexString();,但是它们不能解决仅更改文本颜色而不更改背景的问题……有什么想法吗?
statusBar.backgroundColorByHexString();