Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Android 5.1.1
Description
Hi there,
I am developing a hybrid mobile app using ionic framework. I have used cordova status bar plugin to change the color of the status bar. I have set the properties as follow:
StatusBar.overlaysWebView(true);
StatusBar.backgroundColorByHexString("#9a946f");
StatusBar.styleBlackTranslucent();
It changes the color of the status bar when app is active but when I minimize the app and view it in recent apps the bar color is displayed as black.