Page 1 of 1

Android tips

Posted: Mon Jun 05, 2017 11:41 pm
by wbartels
Enable automatically playback HTML5 Audio in Chrome on Android
In case someone bumps into this - Android version of Chrome in fact blocks autoplay function, but you can change settings of the browser. To do this, you have to enter chrome://flags and set Disable gesture requirement for media playback to on. It's impossible to force this setting via web, but if you're writing a dedicated web app like I did, you can use it.
Source: https://stackoverflow.com/a/24842152

Screenshot_20170605-232007.png
Screenshot_20170605-232007.png (60.02 KiB) Viewed 15357 times
Screenshot_20170605-232220.png
Screenshot_20170605-232220.png (59.51 KiB) Viewed 15357 times