In the company app release process found that once the height of the Header-bar has been changed in iOS or through the Ionic build browser generated Web page open is not normal
Chrome's view tool found that the style you wrote was directly overwritten.
Ionic build Browser Web page modification method is to remove the Platform-cordova style after the normal display, but under the iOS can not be processed,
Processing method Reference Address Http://stackoverflow.com/questions/30564530/ionic-ios-header-padding-removal?answertab=active#tab-top
@Karan Kumar's Answer
Add the following node in CONFIG.
<preference name= "Statusbaroverlayswebview" value= "false"/>
Add the following code to the $ionicplatform.ready of the run file:
Ionic. Platform.fullscreen (truetrue);
If that doesn't work, you need to reinstall the StatusBar plugin.
Ionic iOS Publishing settings Header-bar height is invalid