Is there any way to play a sound file under Android browser?
Asked
Active
Viewed 2,369 times
2 Answers
1
Not yet, based on this: http://textopiablog.wordpress.com/2010/06/25/browser-support-for-html5-audio/

Michiel
- 270
- 1
- 3
- 11
0
Judging by the emulator in the android 2.3 SDK, HTML5 audio works fine (all common formats) in android 2.3. But unless all your users have Nexus S phones, that doesn't help you much at the moment. :/

Anders Sundnes Løvlie
- 826
- 2
- 8
- 11
-
Oh, actually another user posted a workaround that is supposed to work in 1.6+: http://stackoverflow.com/questions/3069124/playing-html5-audio-in-android-browser/4480795#4480795 – Anders Sundnes Løvlie Feb 02 '11 at 19:46