A
A
Alexander_Sokolov2017-06-20 13:02:46
iOS
Alexander_Sokolov, 2017-06-20 13:02:46

How to implement video playback on ios?

Small application on cordova + angular 4. To play video I use cordova-plugin-videoplayer for android:
.media(*ngFor="let url of urls (click)="playVideo(url)")
playVideo(url: String): void {
VideoPlayer.play(url);
}
everything works, but this plugin is only for android, everything is more complicated with ios. Please tell me, who came across how to implement video playback for ios?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question