<video> no sound on iOS

Asked

Viewed 81 times

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?

  • i did the tests in Opera browser, works normally, I think the problem is in safari same

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.