[
https://issues.apache.org/jira/browse/CB-11247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381276#comment-15381276
]
jcesarmobile commented on CB-11247:
-----------------------------------
The right way is
{code}
cordova.InAppBrowser.open(urlArg, '_blank','location=no,zoom=no,hidden=yes');
{code}
> 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
> I use Phonegap Build for creating APK file.
> Reporter: Divya
> Assignee: jcesarmobile
> Labels: triaged, wfc
>
> 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]