You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2016/10/27 22:23:59 UTC

[jira] [Updated] (CB-6744) Android: window.open() api is fragile on Android

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

Jesse MacFadyen updated CB-6744:
--------------------------------
    Assignee: sterling gerritz

> Android: window.open() api is fragile on Android
> ------------------------------------------------
>
>                 Key: CB-6744
>                 URL: https://issues.apache.org/jira/browse/CB-6744
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.3.0, 3.4.0
>         Environment: Tested on Android 4.4
>            Reporter: Adam Tuttle
>            Assignee: sterling gerritz
>            Priority: Minor
>
> The following code works on iOS, but fails on Android:
> window.open(url, '_system', {});
> Android requires this form:
> window.open(url, '_system', null);
> iOS also accepts null, but is more forgiving of the {} value. For consistency and a less fragile api, it would be nice if Android would allow {} in place of null, too.



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