I need to change the color of the apps navbar when app is in the drawer.
I tried status bar plugin but it only chnage the color of the status bar when app is open on screen.
this.statusBar.overlaysWebView(false);
this.statusBar.backgroundColorByHexString('#e13c31');
and
<preference name="StatusBarBackgroundColor" value="red" />
<preference name="StatusBarOverlaysWebView" value="true" />
I want to change Hrythm apps navbar color to red like message app has its own color which is blue.