CordovaYoutubeVideoPlayer
CordovaYoutubeVideoPlayer copied to clipboard
Video close event handler
Can you add video close event handler - some callback function for method play
In iOS when video play is done.. it redirects to youtube.com why is that.. I think its better to add close an event handler.
Any update on this?
You can listen for "resume" event as the app will go to background mode during video play and will be resumed once it comes back to the app view.
document.addEventListener("resume", yourCallbackFunction, false);