`ended` event does not fire first time after an ad
See original GitHub issueWe have discovered an issue where the ended
event does not fire the first time a video ends after an ad is played. Currently, if an ad plays, and the video finishes, the ended
event is not fired. If you then rewind a few seconds and hit play, this time, when the video finishes, an ended
even is fired.
If the ima plugin is not initialized, the ended
events fire as expected on video end the first time.
There are no errors listed in the console. If there is additional information that would be useful, please let me know.
VideoJS version 6.7.3 IMA Plugin version 1.3.0 VideoJS Contrib Ads version 6.0.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
html5 video "ended" event not working in chrome and IE
The first time the page loads, the "ended" event doesn't seem work. It works fine if you refresh the site (or if you...
Read more >video 'ended' event seems broken with latest release of chrome
HTML5 video element does not trigger 'ended' event in latest version of Chrome. ... This is messing some of the ads for YouTube....
Read more >Document: DOMContentLoaded event - Web APIs | MDN
The DOMContentLoaded event fires when the initial HTML document has been completely loaded and parsed, without waiting for stylesheets, ...
Read more >Handling Events :: Eloquent JavaScript
Despite its name, "keydown" fires not only when the key is physically pushed down. When a key is pressed and held, the event...
Read more >JavaScript Player API — Support - Wistia
We do not formally support using it for audio files, either in projects ... times on the page, Wistia.api("hashedid") will only return the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the info. I think we’ll put in a change to contrib-ads 6.2.0 as soon as we can.
Closing the issue. It looks like it was discovered to be an issue with the contrib-ads plugin and not the videojs-ima plugin