Vance Pope
Results
1
comments of
Vance Pope
Video player returns a promise, so you need to catch it. ` async playVideo(){ try{ await this.videoPlayer.play(url); console.log("Video is complete"); } catch(e){ console.error(e); } }` This gets rid of the...