Divya created CB-11247:
--------------------------

             Summary: InappBrowser Hidden Option Not working with location and 
ZOOM option
                 Key: CB-11247
                 URL: https://issues.apache.org/jira/browse/CB-11247
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin InAppBrowser
    Affects Versions: 3.5.0
         Environment: Android
            Reporter: Divya


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');



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to