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,19 +1,28 @@
---
description: >-
Video Player plugin for Cordova and Ionic. A Cordova plugin that simply allows you to immediately play a video in fullscreen mode. Requires Cordova plugin:…
---
# Video Player
```
$ ionic cordova plugin add https://github.com/moust/cordova-plugin-videoplayer.git
$ npm install @awesome-cordova-plugins/video-player
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/video-player/)
Plugin Repo: [https://github.com/moust/cordova-plugin-videoplayer](https://github.com/moust/cordova-plugin-videoplayer)
A Cordova plugin that simply allows you to immediately play a video in fullscreen mode.
Requires Cordova plugin: `com.moust.cordova.videoplayer`. For more info, please see the [VideoPlayer plugin docs](https://github.com/moust/cordova-plugin-videoplayer).
## Supported platforms
## Installation
```bash
ionic cordova plugin add https://github.com/moust/cordova-plugin-videoplayer.git
npm install @awesome-cordova-plugins/video-player
```
**Plugin Repo:** [https://github.com/moust/cordova-plugin-videoplayer](https://github.com/moust/cordova-plugin-videoplayer)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)