Hello,
I'm trying to use HTML5 audio tag on a HWC app on Android and iOS but it seems not to work.
I add this code to the screen with JS:
<audio src="images/tada.wav" type="audio/wav" controls></audio>
but when I exec the app I see a box with "cannot play audio file" on iPad.
On Android I see a play icon but if I touch it nothing happens
Any ideas?
SUP e HWC 2.1.3 PL02
iOS 6.0.1
Android 4.0.4
Thanks