I'm using the playlist plugin (v3.0.7) and the onResume callback is not getting called. So, start playing, push pause, and then resume playback and the video actually does resume playing but the play arrow overlay remains on the video, the play arrow in the controls doesn't change to a pause button, and the onResume event doesn't appear to be fired. I added an onBeforeResume handler and it is being called. For fun, I even explicitly had that callback return true.
Any ideas what might cause this to happen? What happens between the firing of the beforeResume event and the firing of the resume event, especially that I might have control over?
(Originally posted this as a reply to this bug report but am reposting here because I am 90% certain something I'm doing is causing this.)
Any ideas what might cause this to happen? What happens between the firing of the beforeResume event and the firing of the resume event, especially that I might have control over?
(Originally posted this as a reply to this bug report but am reposting here because I am 90% certain something I'm doing is causing this.)