You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
While working with ads, we noticed that in firefox 42, contrib-ads will not be able to resume after an ad finishes. This is because the canplay event is never fired. It seems that in chrome, everything is working fine.
We probably need to listen to canplay (and probably some of these other events) and trigger them manually if we don't see them.
The text was updated successfully, but these errors were encountered:
@imbcmdth investigated and found that firefox does fire a canplay event. However, it only happens after you hit play. We should file a bug against firefox for this and we'll try and build a workaround for contrib-ads instead of in this project.
While working with ads, we noticed that in firefox 42, contrib-ads will not be able to resume after an ad finishes. This is because the
canplay
event is never fired. It seems that in chrome, everything is working fine.We probably need to listen to
canplay
(and probably some of these other events) and trigger them manually if we don't see them.The text was updated successfully, but these errors were encountered: