I have problem with my ionic project , my status bar not showing correctly. there's some opacity on it that i don't know why always showing, this is my app.js :
StatusBar.styleDefault();
StatusBar.overlaysWebView(true);
StatusBar.backgroundColorByName("red");
ionic.Platform.fullScreen(true, true);
red or any color is same , there's opacity on my status bar. my goal is to make my status bar color is same with my nav bar color
any help will be appreciated.
Okay i fix it,
it just bug on ionic view app,
when i compile and test on my iphone , the problem is gone!