22 lines
681 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Video Player
```
$ ionic cordova plugin add https://github.com/moust/cordova-plugin-videoplayer.git
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/video-player
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/video-player/)
2021-09-29 14:09:02 +02:00
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
- Android
2021-09-29 14:38:45 +02:00