mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
23 lines
850 B
Markdown
23 lines
850 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/video-player/index.ts#L17">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# Video Player
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add https://github.com/moust/cordova-plugin-videoplayer.git
|
||
|
$ npm install @ionic-native/plugins/video-player
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/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
|
||
|
|
||
|
- Android
|