How do I modify the Status Bar color using Ionic 2?
I currently have
StatusBar.backgroundColorByHexString("#184482");
set in my app.js
inside the `platform.ready()’ function.
How do I modify the Status Bar color using Ionic 2?
I currently have
StatusBar.backgroundColorByHexString("#184482");
set in my app.js
inside the `platform.ready()’ function.