Merge branch 'master' into v5

This commit is contained in:
Daniel
2018-09-17 18:23:18 +02:00
parent 46b1a7385c
commit 039c6d40af
76 changed files with 846 additions and 494 deletions
@@ -52,7 +52,6 @@ export interface VideoOptions {
})
@Injectable()
export class VideoPlayer extends IonicNativePlugin {
/**
* Plays the video from the passed url.
* @param fileUrl {string} File url to the video.
@@ -68,6 +67,5 @@ export class VideoPlayer extends IonicNativePlugin {
* Stops the video playback immediatly.
*/
@Cordova({ sync: true })
close(): void {
}
close(): void {}
}