I have an HTML5 web-app that has sound effects. I\'m trying to get these effects working in iOS5 and can\'t for the life of me.
Wondering if anyone has any work-aro
Have you tried something like this??
function clickedOnce(){ $('audio').each(function(){ this.play(); }); }