mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,21 +1,30 @@
|
||||
---
|
||||
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
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-statusbar
|
||||
$ npm install @awesome-cordova-plugins/status-bar
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/status-bar/)
|
||||
|
||||
Plugin Repo: [https://github.com/apache/cordova-plugin-statusbar](https://github.com/apache/cordova-plugin-statusbar)
|
||||
|
||||
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).
|
||||
|
||||
## Supported platforms
|
||||
## 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)
|
||||
|
||||
Reference in New Issue
Block a user