We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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">
The text was updated successfully, but these errors were encountered:
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; }
Sorry, something went wrong.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: