You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2015/11/18 16:17:11 UTC

[jira] [Updated] (CB-8251) Make Dropbox chooser work w/ InAppBrowser plugin on Android

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

Sergey Grebnov updated CB-8251:
-------------------------------
    Summary: Make Dropbox chooser work w/ InAppBrowser plugin on Android  (was: InAppBrowser open/close popup window)

> Make Dropbox chooser work w/ InAppBrowser plugin on Android
> -----------------------------------------------------------
>
>                 Key: CB-8251
>                 URL: https://issues.apache.org/jira/browse/CB-8251
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin InAppBrowser
>    Affects Versions: 3.5.0
>         Environment: Android
>            Reporter: Lars Carlsson
>              Labels: Android, Triaged
>
> I can't get the Dropbox chooser to work with Cordova on android i get "unable to close window" i don't know if its window.open or window.close that aren't working correctly.
> if you run this code you would get 
> https://www.dropbox.com/s/l6m7ve3e68428mt/Screenshot_2015-01-04-09-37-28.png?dl=0
>     onDeviceReady: function() {
>         app.receivedEvent('deviceready');
> 	var ref = window.open("https://www.dropbox.com/developers/dropins/chooser/js", '_blank', 'location=yes');
> The webview have settings.setJavaScriptCanOpenWindowsAutomatically(true);
> there is a setting called setSupportMultipleWindows that is not enabled in the code don't know if that could help
> Are there any good worke around for this really need the dropbox chooser in the app.
>  



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