I have an inline audio file to be played in android using html5. I understand that android does not support the <audio> tag. I also tried using the <video> tag. But it is still not working. I also want it to autoplay. Currently the controls are being displayed but the audio is not playing. If anyone can please help me? Thanks in advance…
I have an inline audio file to be played in android using html5. I
Share
This have been always an issue with the android support of HTML 5 tags: they perform rather differently on different devices. I can point you to this huge, yet useful, thread of the video tag. I still recommend my answer there, as it seems to be a good general approach if it works for you – have the html code invoke native intents.
Hope this will help you.