senchalabs / jQTouch

Create powerful mobile apps with just HTML, CSS, and Zepto.js (or jQuery).
http://www.jqtouch.com/
MIT License
2.79k stars 592 forks source link

Audio tag on ios 7 not showing progress-bar and volume control. #499

Open Control-C opened 10 years ago

Control-C commented 10 years ago

My code works on ios 6 (* iPhone 4 / 5 ipod )

But on ios 7 it won't work

Using this example code: http://explodedview.co/demo/audio-player/

Control-C commented 10 years ago

Ok found the bug

Problem is in the meta tag is used: meta name=" viewport" content="user-scalable=0, initial-scale=1.0 " (* for the screen size )

By adding this in the css its works !!!

audio { width: 300px; display: block; margin:20px; }