[ 
https://issues.apache.org/jira/browse/CB-6228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Grebnov updated CB-6228:
-------------------------------
    Labels: Triaged  (was: )

> Can't load new URL in Android InAppBrowser
> ------------------------------------------
>
>                 Key: CB-6228
>                 URL: https://issues.apache.org/jira/browse/CB-6228
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin InAppBrowser
>    Affects Versions: 3.4.0
>         Environment: InAppBrowser plugin 0.3.3
>            Reporter: Jacob Weber
>            Priority: Minor
>              Labels: Triaged
>
> Create a new project using the CLI, and add this to www/js/index.js:
> {noformat}
>     onDeviceReady: function() {
>         app.receivedEvent('deviceready');
>         window.open('http://www.google.com', '_blank');
>         window.open('http://www.apple.com', '_blank');
>     },
> {noformat}
> When you run it, both URLs will load in separate in-app-browsers. So when you 
> close the browser with www.apple.com, the one with www.google.com appears. In 
> addition, you can't close the one with www.google.com.
> The expected behavior, based on the docs and #CB-5768, is that the second URL 
> will load in the same browser as the first.



--
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