-
Notifications
You must be signed in to change notification settings - Fork 425
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: Default overrideNative to check if browser is any Safari #843
Conversation
💖 Thanks for opening this pull request! 💖 Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should keep the test in, but alter it and add an additional test to accommodate the change. Maybe has no effect if native HLS is available and browser is Safari
and loads if native HLS is available but browser is not Safari
.
Co-authored-by: Garrett Singer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified that on Android with this, we get VHS playback.
Congrats on merging your first pull request! 🎉🎉🎉 |
Changes include setting hls overrideNative default to check IS_ANY_SAFARI constant.
I removed one unit test that was failing in Chrome and Firefox due to this new default value.