powysm opened a new issue #721: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/721
# Bug Report ## Problem ### What is expected to happen? Before updating to cordova-ios 5.1.1 from 4.5.5 inappbrowser open worked as expected on all ios versions. After updating is fine ios 10+ but ios 9 fails when using inapprbrowser open. ### What does actually happen? I get the following error messages when trying to execute 'cordova.InAppBrowser.open' > 2020-06-09 09:55:46.704 S4C Clic[27228:1828640] -[UIApplication openURL:options:completionHandler:]: unrecognized selector sent to instance 0x7fd6ae205570 > 2020-06-09 09:55:46.710 S4C Clic[27228:1828640] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Completion handler passed to -[CDVWKWebViewEngine webView:decidePolicyForNavigationAction:decisionHandler:] was not called' ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code <!-- What command or code is needed to reproduce the problem? --> inappbrowser.open ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> ios 9 device and simulator ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> xcode 11.1 Cordova 8.1.2, cordova-ios 5.1.1 cordova-android-support-gradle-release 3.0.0 "cordova-android-support-gradle-release" cordova-plugin-inappbrowser 3.1.0 "InAppBrowser" cordova-plugin-insomnia 4.3.0 "Insomnia (prevent screen sleep)" cordova-plugin-ionic-webview 2.5.2 "cordova-plugin-ionic-webview" cordova-plugin-keyboard 1.2.0 "Keyboard" cordova-plugin-listpicker 2.2.2 "ListPicker" cordova-plugin-splashscreen 5.0.3 "Splashscreen" cordova-plugin-statusbar 2.4.3 "StatusBar" cordova-plugin-whitelist 1.3.4 "Whitelist" ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
