samedi 28 février 2015

HTML audio tag on IPhone is half size

When I add audio tag to html and try to see it on IPhone 5 it has only half the size. How do I fix it?



<!DOCTYPE html>
<html>
<body>
<audio id="audio" preload="auto" tabindex="0" controls="controls" type="audio/mpeg">
<source type="audio/mp3" src="someSource.mp3">
</audio>
</body>
</html>


If I zoom in then it works. But not in the normal screen.


Wrong:enter image description here


Expected: enter image description here


If I add



<meta name="viewport" content="width=device-width, initial-scale=1">


It would also show up properly but would become half height once zoomed out.


Aucun commentaire:

Enregistrer un commentaire