mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user