Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Control-C opened this issue Oct 14, 2013 · 1 comment
Open

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

Control-C opened this issue Oct 14, 2013 · 1 comment

Comments

@Control-C
Copy link

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/

    <source src="audio/Experience_English.mp3" type="audio/mpeg">
@Control-C
Copy link
Author

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; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant