Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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();
Attachments
There are no Sub-Tasks for this issue.