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

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

GitHub user sgrebnov opened a pull request:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/144

    CB-6702 InAppBrowser hangs when opening more than one instance

    https://issues.apache.org/jira/browse/CB-6702

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugin-inappbrowser CB-6702

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/144.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 #144
    
----
commit 653f3b58617bfaa71f2a312506081361b7599a48
Author: sgrebnov <[email protected]>
Date:   2016-01-28T14:16:32Z

    CB-6702 InAppBrowser hangs when opening more than one instance

----


> InAppBrowser hangs when opening more than one instance
> ------------------------------------------------------
>
>                 Key: CB-6702
>                 URL: https://issues.apache.org/jira/browse/CB-6702
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin InAppBrowser
>    Affects Versions: 3.4.0
>         Environment: Android 4.4.2 - Nexus 7
> Android 4.4.2 - Nexus 10
>            Reporter: Pablo Terradillos
>            Assignee: Sergey Grebnov
>              Labels: Triaged, android, inappbrowser, reproduced
>
> Run:
> var ref1 = window.open('http://google.com', '_blank', 'location=yes');
> var ref2 = window.open('http://youtube.com', '_blank', 'location=yes');
> If I close the inappbrowser window containing youtube.com I can navigate on 
> the second window containing google.com but I'm not able to close it.
> What is more, it neither react to ref1.close();  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to