[ 
https://issues.apache.org/jira/browse/CB-11178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15396451#comment-15396451
 ] 

ASF GitHub Bot commented on CB-11178:
-------------------------------------

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
    - [x] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
    - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
    - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform 
affected.
    - [ ] Added automated test coverage as appropriate for this change.
    


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 <jcesarmob...@gmail.com>
Date:   2016-07-27T21:38:43Z

    CB-11178 allow to open other apps on iOS 9

----


> Can't open other apps with custom url scheme in iOS 9.3.1
> ---------------------------------------------------------
>
>                 Key: CB-11178
>                 URL: https://issues.apache.org/jira/browse/CB-11178
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin InAppBrowser
>    Affects Versions: 1.4.0
>         Environment: iPhone 6, iOS 9.3.1, Cordova 6.1.1, Ionic 1.7.14, 
> InAppBrowser 1.4.0
>            Reporter: Björn Bur
>            Assignee: jcesarmobile
>              Labels: iOS, triaged
>
> Hi,
> First of all I'm not sure if this is a bug or not, but I have the following 
> problem:
> I try to open another app with the following code:
> cordova.InAppBrowser.open('fb://', '_system');
> This works on a iPad with iOS 8.4.1 but when I use the same code on my iPhone 
> with iOS 9.3.1 nothing happens.
> Am I doing something wrong or is this really a bug?
> Thanks
> Björn



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to