docs: optimize docs for SEO

This commit is contained in:
Daniel Sogl
2026-03-21 17:08:43 -07:00
parent d892dda497
commit 1a351b50f4
263 changed files with 4918 additions and 2564 deletions
+19 -10
View File
@@ -1,21 +1,30 @@
---
description: >-
Flashlight plugin for Cordova and Ionic. This plugin allows you to switch the flashlight / torch of the device on and off. Requires Cordova plugin:…
---
# Flashlight
```
$ ionic cordova plugin add cordova-plugin-flashlight
$ npm install @awesome-cordova-plugins/flashlight
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/flashlight/)
Plugin Repo: [https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin)
This plugin allows you to switch the flashlight / torch of the device on and off.
Requires Cordova plugin: `cordova-plugin-flashlight`. For more info, please see the [Flashlight plugin docs](https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin).
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-flashlight
npm install @awesome-cordova-plugins/flashlight
```
**Plugin Repo:** [https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin)
## Supported Platforms
- Android
- iOS
- Windows Phone 8
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)