This is my first time in my development with Ionic.
I tried to remove the status bar in my application. Now the status bar of the iPad application has been removed. However, there is still a space at the top of my Iconic icon (which, I think, is the same size as the status bar). I already installed a Javascript file using this code to hide the status bar, but it does not work.
ionic.Platform.ready(function() {
How can I solve this problem or have I done something wrong? Thanks.
Below are the images that are mapped between a web browser and an iOS simulator
javascript css ios cordova ionic-framework
heartmon
source share