Hey guys, I’m having some problems with hiding the statusbar at iPad’s.
I tried following guide: http://learn.ionicframework.com/formulas/customizing-the-status-bar/
And this also hides the statusbar in the emulator but then I use the Ionic View app, the statusbar still appears.
I’m using following in my app run:
$ionicPlatform.ready(function() {
$cordovaStatusbar.hide();
ionic.platform.fullScreen();
});
As mentioned I’m only experiencing the problem then I’m viewing the app, in Ionic View. My question is therefore if some of you guys successfully has hidden the statusbar in both emulator and Ionic View app?
Thanks!