minznerjosh / vast-player

Playback VAST creatives in a web browser.
MIT License
45 stars 32 forks source link

Autoplay Policy Changes #14

Open xblabs opened 6 years ago

xblabs commented 6 years ago

New Browser changes make it hard to deal with autoplay blocking.

Exception is not catchable currently since it gets thrown in the Promise :

Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22

https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

minznerjosh commented 5 years ago

Perhaps #19 will help?