Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question