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

Adam George commented on CB-8376:
---------------------------------

Yes, seeing a very similar issue.

I can no longer get my iOS app to obey the `<preference 
name="StatusBarOverlaysWebView" value="false" />` setting.

Removing then adding the plugin unfortunately isn't working for me though.

Setting the preference via Javascript does work though:

    StatusBar.overlaysWebView(false);


So I'm using that as a work around for now.

> StatusBar plugin breaks when platform/ios is recreated
> ------------------------------------------------------
>
>                 Key: CB-8376
>                 URL: https://issues.apache.org/jira/browse/CB-8376
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Statusbar
>    Affects Versions: Master
>         Environment: XCode
>            Reporter: Daniel Holth
>
> I'm using the statusbar plugin on iOS to keep the status bar from overlaying 
> the webview.
> <preference name="StatusBarOverlaysWebView" value="false" />
> I put this preference in plugins/ios.json's munge section and in config.xml.
> If I remove the platforms/ directory and then add the ios platform back in, 
> the statusbar plugin does not load. The status bar is now transparent instead 
> of my preference.
> The only way to get it reconfigured properly seems to be to remove and re-add 
> the plugin but even this fix does not seem to be completely reliable.



--
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