CordovaYoutubeVideoPlayer icon indicating copy to clipboard operation
CordovaYoutubeVideoPlayer copied to clipboard

Video close event handler

Open kotromeo opened this issue 10 years ago • 3 comments

Can you add video close event handler - some callback function for method play

kotromeo avatar Oct 18 '14 10:10 kotromeo

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.

zzzet avatar Jan 06 '15 09:01 zzzet

Any update on this?

trakout avatar May 02 '16 21:05 trakout

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);

sesubash avatar Feb 21 '17 05:02 sesubash