I have a view in an Ionic app that launches a InAppBrowser
this.inAppBrowser.create(url, '_blank');
On my iPad, the app become a complete blank after I press "done" at the bottom of the inAppBrowser
I can reproduce this on simulator:
What is happening?
Other information: Happens on iPad Air 2 simulator, iOS 10.3
Ionic info:
Cordova CLI: 6.5.0
Ionic Framework Version: 2.3.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.1.4
ios-deploy version: 1.9.1
ios-sim version: 4.1.1
OS: macOS Sierra
Node Version: v7.6.0
Xcode version: Xcode 8.3.3 Build version 8E3004b
I found answer from this bug report: https://issues.apache.org/jira/browse/CB-12436
Apparently the white screen is caused by status bar plugin.
I solved my problem by updating status bar plugin to 2.2.3