-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 / video autoplay attribute and play function #2599
Comments
Also, the MDN says that some versions of Chrome don't use |
#3140 has more data on this |
+1 |
Hi, this seems to have been solved in #3140. |
Has the |
In addition to being subsumed into the caniuse data on the audio and video elements: Looks like this is now covered by MDN data: |
some mobile browser like safari doesn't support autoplay attribute nor play function.
Audio/ video will be played only by user click / touch event.
It will be great to have a full support list for all browser.
"In Safari on iOS (for all devices, including iPad), where the user may be on a cellular network and be charged per data unit, preload and autoplay are disabled. No data is loaded until the user initiates it."
Please reference to Apple developer page for Safari:
Safari HTML5 Audio and Video Guide
https://developer.apple.com/library/safari/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.html
The text was updated successfully, but these errors were encountered: