Android tips

Linux related discussion about netjukebox
Locked
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Android tips

Post 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 15285 times
Screenshot_20170605-232220.png
Screenshot_20170605-232220.png (59.51 KiB) Viewed 15285 times
Locked