I am beginner in ionic 2.
How to hide status bar when showing splashscreen in android platform.
Here is my component.
app opened show splashscreen.and does not changes the status bar color.
splashscreen hide.after changes the status bar color.
this.platform.ready().then(() => {
this.Status.backgroundColorByHexString("#0e5591");
Splashscreen.hide();
})
I need changes status bar color during splashscreen when showing.
Kindly advice me.
Thanks