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

ASF subversion and git services commented on CB-3420:
-----------------------------------------------------

Commit 100b954da984f421ee48a41bdddf32af928a5b34 in branch refs/heads/master 
from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=100b954 ]

CB-3420: add hidden option to InAppBrowser

                
> InAppBrowser Option to Start Hidden
> -----------------------------------
>
>                 Key: CB-3420
>                 URL: https://issues.apache.org/jira/browse/CB-3420
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CordovaJS, mobile-spec
>            Reporter: Andrew Grieve
>            Assignee: David Kemp
>            Priority: Minor
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to