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

fix(safari): V4 - no longer stuck in buffering on safari iOS when video has attribute "playsinline" #1408

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

Florent-Bouisset
Copy link
Collaborator

When playing a content with Safari mobile on iOS (17.3.1), it autoplay is false in loadVideoOptions, AND if the video element has attribute playsinline, the video will be stuck in buffering and never reach the LOADED state.

This PR fix the issue, and the content should be properly be LOADED. The LOADED attribute don't rely anymore on having or not attribute playsinline.

This PR target the V4 release.
relates to #1390

@peaBerberian peaBerberian added this to the 4.1.0 milestone Mar 15, 2024
@peaBerberian peaBerberian merged commit 940f783 into dev Mar 15, 2024
6 checks passed
@peaBerberian peaBerberian mentioned this pull request Jun 13, 2024
@peaBerberian peaBerberian deleted the fix/v4-playsinline branch July 26, 2024 16:38
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.

2 participants