I have a little problem
I am trying to play audio files in webView with html5 on ipad simulator, I have code like this:
<audio controls="controls" format="mp3 ogg">
<source src="test.ogg" />
<source src="test.mp3" />
</audio>
But I always got "can't play audio file" on the black control panel: /
Someone like an idea why?
Of course, my test.mp3 and test.ogg are added to my xcode project and are in the same directory
thank
source
share