We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
should be able to use (/Trident\/7.0/i).test(USER_AGENT) && (/rv:11.0/).test(USER_AGENT); to detect IE 11
(/Trident\/7.0/i).test(USER_AGENT) && (/rv:11.0/).test(USER_AGENT);
videojs/videojs-contrib-hls#1011 #3247
The text was updated successfully, but these errors were encountered:
fix: set IE_VERSION correctly for IE11 (#4280)
207730e
videojs.browser.IE_VERSION is null in IE11 because IE11 uses a different user agent string than other IE versions Fixes #4278
1ea0041
No branches or pull requests
should be able to use
(/Trident\/7.0/i).test(USER_AGENT) && (/rv:11.0/).test(USER_AGENT);
to detect IE 11videojs/videojs-contrib-hls#1011
#3247
The text was updated successfully, but these errors were encountered: