If you use Ionic v1 to develop an iOS app and install it on an iPhone with a fringe screen, the fringe screen takes up some space in the statusbar, making it impossible to click buttons in the statusbar or event headers (e.g. the back and action keys), you can modify the config.xml configuration file.

Open Xcode and find the config. XML file in the root directory of the project and the config. XML file in the Staging folder.

The first step is to modify the config.xml in the root directory

< Platform name=" iOS "> < Preference name=" StatusBarOverlaySwebView "value="false" /> < Platform name=" iOS "> <preference name="StatusBarOverlaysWebView" value="false" /> </platform>

Second, modify the config.xml under the Staging folder

Add < Preference Name =" StatusBarOverlaySwebView "value="false" />