2
I am unable to change the color of my Status Bar with Ionic 2. I have checked the documentation and am doing the following.
app js.
import {StatusBar} from 'ionic-native';
app.js (constructor())
platform.ready().then(() => {
StatusBar.overlaysWebView(true);
StatusBar.backgroundColorByHexString(#f69c55);
});
Solved? Vc ran the command Ionic plugin add Cordova-plugin-statusbar?
– André Vicente