Ionic statusbar not hiding
问题 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! 回答1: Make sure cordova-plugin-statusbar is correctly setup and try this: $ionicPlatform.ready(function() { ionic.Platform.fullScreen(); if (window