I have developed one html5 page contains all htmls tags. I pushed that file into android emulator/device. when im trying to launching that page am able to view images and all but unable to play the audio.. is there any other reason.please help me asap..
Im able to play tat audio im desktop browser.
The Android(WebKit) 2.2 default browser technically supports HTML5 audio but it can’t play any media files encoded with popular codecs. Because of browser vendors’ inconsistent implementations of the HTML5 audio tag, you’ll need to use JavaScript to accurately determine whether you can use native audio or a fallback.