Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enricodeleo/cordova-plugin-hidden-statusbar
Cordova Hidden Statusbar
https://github.com/enricodeleo/cordova-plugin-hidden-statusbar
cordova cordova-plugin cordova-plugin-statusbar ionic ios phonegap statusbar
Last synced: about 18 hours ago
JSON representation
Cordova Hidden Statusbar
- Host: GitHub
- URL: https://github.com/enricodeleo/cordova-plugin-hidden-statusbar
- Owner: enricodeleo
- Created: 2017-02-12T19:12:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T23:15:46.000Z (about 3 years ago)
- Last Synced: 2023-11-24T12:00:52.203Z (12 months ago)
- Topics: cordova, cordova-plugin, cordova-plugin-statusbar, ionic, ios, phonegap, statusbar
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Hidden Statusbar for Apache Cordova
**Cordova / PhoneGap Plugin that hides the statusbar at launch.**
As per [Cordova Plugin Statusbar](https://github.com/apache/cordova-plugin-statusbar) documentation, you can't hide the statusbar via his methods (`StatusBar.hide()`) untile the app is started. You need, in fact to tweak the the info.plist in order to start the app without statusbar. This plugin just adds those lines for you.
## Install
#### Latest published version on npm (with Cordova CLI >= 5.0.0)
```
cordova plugin add cordova-plugin-hidden-statusbar
```#### Latest version from GitHub
```
cordova plugin add https://github.com/enricodeleo/cordova-plugin-hidden-statusbar.git
```## Platforms
Applies to iOS only.
## License
[MIT License](http://ilee.mit-license.org)