You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Nikhil Khandelwal (JIRA)" <ji...@apache.org> on 2016/05/17 17:39:13 UTC

[jira] [Commented] (CB-11247) InappBrowser Hidden Option Not working with location and ZOOM option

    [ https://issues.apache.org/jira/browse/CB-11247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287088#comment-15287088 ] 

Nikhil Khandelwal commented on CB-11247:
----------------------------------------

Can you try this?

{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
>
> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org