awesome-cordova-plugins/docs/plugins/video-player/README.md

22 lines
681 B
Markdown
Raw Normal View History

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