You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Barry vd. Heuvel (JIRA)" <ji...@apache.org> on 2015/12/17 14:10:47 UTC

[jira] [Commented] (CB-6702) InAppBrowser hangs when opening more than one instance

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

Barry vd. Heuvel commented on CB-6702:
--------------------------------------

Does this PR fix it? It's a workaround, closing any existing dialogs: https://github.com/apache/cordova-plugin-inappbrowser/pull/71

Perhaps not the best way, but it prevents problems with multiple window.open calls.

> 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
>              Labels: Triaged, android, inappbrowser
>
> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org