Hit the Blue buttons below to play a sound sprite




When you click on Play a sound Below, on an Android device, it does not play:
Failed to execute play on 'html5medaielement' api can only be initiated by a user gesture

see  https://code.google.com/p/chromium/issues/detail?id=178297
In this case, its a bug, since, a select is a user gesture

workarounds
http://blog.foolip.org/2014/02/10/media-playback-restrictions-in-blink/
http://webaudioapi.com/samples/audio-tag/
https://github.com/borismus/webaudioapi.com

Play a Sound file

Workaround functions for the opera guys : foolip

mediaPlaybackRequiresUserGesture()
removeBehaviorsRestrictions()
mediaPlaybackRequiresUserGesture()