[
https://issues.apache.org/jira/browse/CB-10613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-10613.
-----------------------------
Resolution: Not A Problem
Assignee: jcesarmobile
It's not a problem.
If you read the docs:
{quote}
The options string *must not contain any blank space*, and each feature's
name/value pairs must be separated by a comma
{quote}
So, remove the blank spaces and it will work:
{code}
cordova.InAppBrowser.open('http://localhost:9090', '_blank',
'location=no,hardwareback=no,toolbar=no');
{code}
> On iOS - no way to hide Done button
> -----------------------------------
>
> Key: CB-10613
> URL: https://issues.apache.org/jira/browse/CB-10613
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin InAppBrowser
> Reporter: Jordan Zimmerman
> Assignee: jcesarmobile
> Attachments: Screen Shot 2016-02-14 at 7.34.29 PM.png
>
>
> I'm opening the window via:
> cordova.InAppBrowser.open('http://localhost:9090', '_blank', 'location=no,
> hardwareback=no, toolbar=no');
> However, the toolbar with a done button still shows in the iOS Emulator. See
> enclosed image.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]