GitHub user jcesarmobile opened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/177
CB-11178 allow to open other apps on iOS 9
<!--
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
is intended as a quick reference, for complete details please see our Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html
Thanks!
-->
-
-
- Platforms affected
iOS 9
-
-
- What does this PR do?
Removes the canOpenURL check and just call openURL as on iOS you can't call canOpenURL without adding the schemes you want to query in the info.plist
-
-
- What testing has been done on this change?
Tested on iOs 9 devices
-
-
- Checklist
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jcesarmobile/cordova-plugin-inappbrowser CB-11178-cant-open-other-apps
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-inappbrowser/pull/177.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #177
commit 9bbdf2dd710d3f0d942ab3344f06a6815a48a39b
Author: Julio César <jcesarmobile@gmail.com>
Date: 2016-07-27T21:38:43Z
CB-11178 allow to open other apps on iOS 9
Do you have any news about this issue?