mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
30 lines
795 B
Markdown
30 lines
795 B
Markdown
---
|
|
description: >-
|
|
Battery Status plugin for Cordova and Ionic. Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin…
|
|
---
|
|
|
|
# Battery Status
|
|
|
|
Requires Cordova plugin: cordova-plugin-batterystatus. For more info, please see the [BatteryStatus plugin docs](https://github.com/apache/cordova-plugin-battery-status).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-battery-status
|
|
npm install @awesome-cordova-plugins/battery-status
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/apache/cordova-plugin-battery-status](https://github.com/apache/cordova-plugin-battery-status)
|
|
|
|
## Supported Platforms
|
|
|
|
- iOS
|
|
- Android
|
|
- Windows
|
|
- Browser
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|