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
First of all thank you for having this package available. It makes detecting autoplay way easier than I expected at first. I have successfully implemented this within my project and cross-browser tested it along our supported range (IE11, last 2 Chrome/Safari/Firefox) with a muted video.
And the video snippet is formatted like this plain example (no additional scripting only verifying whether it can play):
First of all thank you for having this package available. It makes detecting autoplay way easier than I expected at first. I have successfully implemented this within my project and cross-browser tested it along our supported range (IE11, last 2 Chrome/Safari/Firefox) with a muted video.
And the video snippet is formatted like this plain example (no additional scripting only verifying whether it can play):
When looking Edge version 15 it gives an expected result true:
But when running the following in Edge 17 (v17.17134 to be specific):
It will instantly return
false
and throws a DOM Exception:When not checking it autoplay the muted video as expected. So after that I also ran the demo page in Edge and it gives the following results.
The text was updated successfully, but these errors were encountered: