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

videojs.browser.IE_VERSION is null on IE 11 #4278

Closed
mjneil opened this issue Apr 12, 2017 · 0 comments
Closed

videojs.browser.IE_VERSION is null on IE 11 #4278

mjneil opened this issue Apr 12, 2017 · 0 comments

Comments

@mjneil
Copy link
Contributor

mjneil commented Apr 12, 2017

should be able to use (/Trident\/7.0/i).test(USER_AGENT) && (/rv:11.0/).test(USER_AGENT); to detect IE 11

videojs/videojs-contrib-hls#1011
#3247

gkatsev pushed a commit that referenced this issue Apr 13, 2017
videojs.browser.IE_VERSION is null in IE11 because IE11 uses a different user agent string than other IE versions

Fixes #4278
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant