I have added the plugin Cordova-plugin-statusbar
. It was working before I updated ionic and Cordova. After Updating, its not working. I'm totally confused and revert back to the old version, then too its not working! Kindly help me guys!
if (window.StatusBar) {
StatusBar.hide();
ionic.Platform.fullScreen();
}
This is the code I have used to hide!
Make sure cordova-plugin-statusbar is correctly setup and try this:
Then try adding 'fullscreen' class to your body tag