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

Adds support for autoplay on iOS 10 #2064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lewisdorigo
Copy link

In iOS 10, the WebKit team have relaxed their policies on autoplaying
video
.

Video can now autoplay on iOS if it does not featured an audio track,
or is muted. And on iPhone devices, will autoplay inline with the
playsinline attribute.

This adds the playsinline attribute to the videoautoplay test.

This may be better suited to it’s own test, as it could result in in an autoplaying video, without the addition of the attribute required to make the video autoplay on some devices.

In iOS 10, the [WebKit team have relaxed their policies on autoplaying
video](https://webkit.org/blog/6784/new-video-policies-for-ios/).

Video can now autoplay on iOS if it does not featured an audio track,
or is muted. And on iPhone devices, will autoplay inline with the
`playsinline` attribute.
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

Successfully merging this pull request may close these issues.

None yet

1 participant