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

30 lines
817 B
Markdown

---
description: >-
Brightness plugin for Cordova and Ionic. The Brightness plugin let you control the display brightness of your device. Requires Cordova plugin:…
---
# Brightness
The Brightness plugin let you control the display brightness of your device.
Requires Cordova plugin: `cordova-plugin-brightness`. For more info, please see the [Brightness plugin docs](https://github.com/mgcrea/cordova-plugin-brightness).
## Installation
```bash
ionic cordova plugin add cordova-plugin-brightness
npm install @awesome-cordova-plugins/brightness
```
**Plugin Repo:** [https://github.com/mgcrea/cordova-plugin-brightness](https://github.com/mgcrea/cordova-plugin-brightness)
## Supported Platforms
- Android
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)