UIWebView Muted Sound in iOS6
If you happen to be using the HTML5 audio tag in your web application that you are displaying via a UIWebView, you may encounter an issue where the audio sound won’t seem to play. For example, let’s say you have the following HTML in your code and are displaying it …