WebAudio Plugin and CreateJS broken in new Chrome Update
Problems with Audio on Chrome 66:
NO SOUNDS anymore on my web pages (HTML5 CANVAS).
Everything was fine until yesterday (Chrome 65).
Google says:
"An AudioContext must be created or resumed after the document received a user gesture to enable audio playback."
Autoplay Policy Changes | Web | Google Developers
I have already a Touch Event inside of my canvas before the Sounds starts (which enables Sound in iOS)
- but Chrome does not react.
So,--- CREATEjs does not seem to deal with this "NEW SECURITY FEATURE"
Any ideas how to fix it or a work-around?
