[
https://issues.apache.org/jira/browse/CB-9076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14647257#comment-14647257
]
ASF GitHub Bot commented on CB-9076:
------------------------------------
GitHub user miscer opened a pull request:
https://github.com/apache/cordova-plugin-statusbar/pull/30
CB-9076 Fixed StatusBarOverlaysWebView
Related issue: https://issues.apache.org/jira/browse/CB-9076
The default value can be removed since it is set in the code:
```objectivec
// src/ios/CDVStatusBar.m, line 104
_statusBarOverlaysWebView = YES; // default
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/miscer/cordova-plugin-statusbar cb-9076
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-statusbar/pull/30.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #30
----
commit de3f6589a757dce089ea1c4303f36c6ea3538588
Author: Michal Miškerník <[email protected]>
Date: 2015-07-30T06:16:08Z
CB-9076 Fixed StatusBarOverlaysWebView
----
> Invalid platform specific config.xml when using statusbar plugin
> ----------------------------------------------------------------
>
> Key: CB-9076
> URL: https://issues.apache.org/jira/browse/CB-9076
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI, Plugin Statusbar
> Affects Versions: 5.0.0
> Environment: iOS
> Reporter: Michal Miskernik
>
> I have this config.xml in the root directory of the cordova project:
> http://pastebin.com/jhFr7a5X
> After I run {{cordova build ios}} this is the config.xml that is in the
> platforms/ios/Teamweek directory: http://pastebin.com/scamymmM
> The problem is that there are these two lines in the second config.xml file:
> {code:xml}
> <preference name="StatusBarOverlaysWebView" value="true" />
> <preference name="StatusBarOverlaysWebView" value="false" />
> {code}
> That causes the statusbar to be hidden, ie. the "true" value from the config
> file is used instead of the "false" value that I want and that is in the
> original config.xml file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]