Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriano-di-giovanni/cordova-plugin-status-bar-hidden
Hide the status bar on iOS
https://github.com/adriano-di-giovanni/cordova-plugin-status-bar-hidden
cordova cordova-ios cordova-ios-plugin cordova-plugin statusbar
Last synced: 15 days ago
JSON representation
Hide the status bar on iOS
- Host: GitHub
- URL: https://github.com/adriano-di-giovanni/cordova-plugin-status-bar-hidden
- Owner: adriano-di-giovanni
- License: mit
- Created: 2018-02-12T16:44:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T08:09:35.000Z (almost 7 years ago)
- Last Synced: 2024-12-13T04:27:28.439Z (about 2 months ago)
- Topics: cordova, cordova-ios, cordova-ios-plugin, cordova-plugin, statusbar
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cordova-plugin-status-bar-hidden
> Hide the status bar on iOS.
This plugin hides the status bar on iOS setting the properties `UIStatusBarHidden` and `UIViewControllerBasedStatusBarAppearance` accordingly.
## Installation
```bash
cordova plugin add cordova-plugin-status-bar-hidden
```## Supported platforms
* iOS
## License
This project is [MIT-licensed](LICENSE).