Quote:
Originally Posted by Chadi
I'm using the HTML5 native audio code which works fine in desktop browsers, but does not in mobile browsers. It simply says "cannot play audio file" in mobile. Any workarounds for this?
Example:
http://www.talkjesus.com/sermons/492...ch-sermon.html
Code
Code:
<audio controls="">
<source src="http://s2.cpl.delvenetworks.com/media/781563d6695d48a496254cad9c2ea179/505a0af13d85439cb2505723c62fa9d8/2635cde8fb464adbbd32f42479f1092f/itm_pgm_2014_07_07.mp3" type="audio/ogg">
</audio>
|
You need to play the audio on a user event. (Ex: click). Autoplay, in the past, does not work on IOS and Android phones.