Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 913 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 913 Bytes

Cordova YoutubeVideoPlayer Plugin

Play Youtube Videos in a native Video Player on Android & iOS.

iOS plugin uses XCDYouTubeKit by Cédric Luthi:
https://github.com/0xced/XCDYouTubeKit

Android version uses OpenYoutubeActivity by Keyes Labs:
https://code.google.com/p/android-youtube-player

Installation

cordova plugin add https://github.com/Glitchbone/CordovaYoutubeVideoPlayer.git

Usage

YoutubeVideoPlayer.openVideo('YOUTUBE_VIDEO_ID');

Author

Adrien Glitchbone

License

CordovaYoutubeVideoPlayer is available under the MIT license. See the LICENSE file for more information.
XCDYouTubeKit is available under the MIT license.
OpenYoutubeActivity is available under the Apache License 2.0.