Chrome and Audio play

18th April, 2019 1 min. read

Want to disable the default behavior of Chrome that stops the audio playback from javascript without real user interaction?

While it’s ok from user perspective blocking audio play without user permission, if you want to deploy a kiosk-mode web-app, this might be a pain in the ass.

So, here the solution:

chrome://flags/#autoplay-policy


Spotted a typo or (likely) a grammar error? Send a pull request.