-
Notifications
You must be signed in to change notification settings - Fork 429
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
Default overrideNative
to !videojs.browser.IS_SAFARI
#505
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
@marcelbeumer |
yeah, we're likely going to use |
This has just been merged into master via #843. |
@gkatsev - so e.g. Chrome on iOS does not have issues with vhs? So far I used |
Description
Similar to #168, but instead of defaulting to
true
, I thinkoverrideNative
should default to!videojs.browser.IS_SAFARI
, like done here:http-streaming/index.html
Line 65 in 57a38e9
It would allow for a more consistent player experience out of the box. I found out about the overrideNative option after finding out Android/Chrome has issues not showing the loading/waiting indicator, first thinking I stumbled on a major vjs bug.
videojs-http-streaming version
what version of videojs-http-streaming does this occur with?
videojs-http-streaming 1.9.3
videojs version
what version of videojs does this occur with?
video.js 7.5.4
The text was updated successfully, but these errors were encountered: