I'm having trouble looping an audio tag on my Nexus 7 with Chrome.
<audio controls="" autoplay="" loop="">
<source src="path/to/file.ogg" type="audio/ogg">
<source src="path/to/file.mp3" type="audio/mpeg">
</audio>
Looping works in Firefox.
Any ideas?