You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/03/06 23:52:30 UTC

[jira] [Updated] (CB-3420) InAppBrowser Option to Start Hidden

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

Shazron Abdullah updated CB-3420:
---------------------------------

    Fix Version/s:     (was: 3.4.0)
                   3.5.0

> InAppBrowser Option to Start Hidden
> -----------------------------------
>
>                 Key: CB-3420
>                 URL: https://issues.apache.org/jira/browse/CB-3420
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android, BlackBerry, CordovaJS, iOS, mobile-spec, Plugin InAppBrowser, WP7, WP8
>            Reporter: Andrew Grieve
>            Assignee: David Kemp
>            Priority: Minor
>             Fix For: 3.5.0
>
>
> One common use-case for the InAppBrowser is to handle an OAuth flow. Some flows can be done without any user interaction, so it would be great if the InAppBrowser had an option where it would start hidden, and could later be reveals through a JS call.
> E.g.
> var iab = window.open('$OAUTH_URL', 'hidden=yes');
> //some time later.
> iab.show();



--
This message was sent by Atlassian JIRA
(v6.2#6252)