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

InappBrowser Hidden Option Not working with location and ZOOM option

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 3.5.0
    • None
    • Android
      I use Phonegap Build for creating APK file.

    Description

      Below sysntax is opening the url immediately instead of waiting for show command. Ie., if we include the option location or zoom then hidden functionality is not working

      cordova.InAppBrowser.open(urlArg, '_blank','location=no', 'zoom=no', 'hidden=yes');
      ------------
      Please note that below syntax works, ie., InAppBrowser wait till show functionality is called.
      cordova.InAppBrowser.open(urlArg, '_blank', 'hidden=yes');

      Attachments

        Activity

          People

            jcesarmobile jcesarmobile
            adzhomeindia@gmail.com Divya
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: