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...
Asked
Active
Viewed 563 times
0

Ian Devlin
- 18,534
- 6
- 55
- 73

Vijeta Karani
- 85
- 1
- 6
1 Answers
0
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.

Community
- 1
- 1

Boris Strandjev
- 46,145
- 15
- 108
- 135
-
I had developed a webview for displaying the html5 content it was working perfectly fine uptil some time before but now it is showing "unfortunately activity has stopped" – Vijeta Karani Jun 21 '12 at 11:22