0
I’m using the html 5 video tag, but when running on an iOS (an app using phonegap) there is no sound, which can be?
I followed exactly the example used by W3schools and even then there is no sound.
Code:
<div class="midia">
<video id="video" controls preload="auto" autobuffer style="border-radius:1em;">
<source src="http://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
</video>
</div>
It is quite possible that the problem is in Safari. If the version is too old it does not recognize/stick in HTML5 tags. It has to test otherwise?
– Diego
i did the tests in Opera browser, works normally, I think the problem is in safari same
– Marcos Henrique