Files
awesome-cordova-plugins/docs/plugins/status-bar/README.md
T
2026-03-21 17:08:43 -07:00

31 lines
806 B
Markdown

---
description: >-
Status Bar plugin for Cordova and Ionic. Manage the appearance of the native status bar. Requires Cordova plugin: `cordova-plugin-statusbar`. For more info,…
---
# Status Bar
Manage the appearance of the native status bar.
Requires Cordova plugin: `cordova-plugin-statusbar`. For more info, please see the [StatusBar plugin docs](https://github.com/apache/cordova-plugin-statusbar).
## Installation
```bash
ionic cordova plugin add cordova-plugin-statusbar
npm install @awesome-cordova-plugins/status-bar
```
**Plugin Repo:** [https://github.com/apache/cordova-plugin-statusbar](https://github.com/apache/cordova-plugin-statusbar)
## Supported Platforms
- Android
- iOS
- Windows
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)