GitHub user scavezze opened a pull request: https://github.com/apache/cordova-plugin-statusbar/pull/72
Update plugin.xml <!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines: http://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### IOS ### Removes prefrences that shoudl be controlled by the developer from the control of the plugin ### My app needs to not overlay the status bar and has a different style status bar . I was unable to change them without creating a hook to remove these values. once removed my status bar color changed and my app did overlay the status bar These Values should be set in the config.xml by the app developer as needed for the app not set by the plugin.xml. what happens is that if i want a different color or i want it to not overlay the web view I can't do it as the parser uses the last entry and overrides what needs to be there You can merge this pull request into a Git repository by running: $ git pull https://github.com/scavezze/cordova-plugin-statusbar master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-statusbar/pull/72.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 #72 ---- commit 0d56d19d76c7a8f7cd5694fb69ea3258a1c2408f Author: scavezze <nate.scave...@gmail.com> Date: 2016-12-06T19:58:55Z Update plugin.xml These Values should be set in the config.xml by the app developer as needed for the app not set by the plugin.xml. what happens is that if i want a different color or i want it to not overlay the web view I can't do it as the parser uses the last entry and overrides what needs to be there ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org