Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-3420

InAppBrowser Option to Start Hidden

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.6.0
    • 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

        Activity

          People

            drkemp David Kemp
            agrieve Andrew Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: