GitHub user kant2002 opened a pull request:
https://github.com/apache/cordova-plugin-statusbar/pull/1
Improved StatusBar support on Android
- Added support for the isVisible property fully.
- Move initialization code after declaration to prevent JS error when
plugin pass current statusbar status as response to _ready event
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kant2002/cordova-plugin-statusbar dev
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-statusbar/pull/1.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 #1
----
commit 4375331101bb380761afb2d850f92c3a0addde53
Author: Andrey Kurdyumov <[email protected]>
Date: 2014-03-19T10:48:59Z
Moved initialization code after declaration of the StatusBar instance.
commit 4c93db475d7477e76fd3857d9a94ae908f09da7a
Author: Andrey Kurdyumov <[email protected]>
Date: 2014-03-19T10:50:12Z
Added support for StatusBar.isVisible on Android
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---