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

not using fullscreen API in IE11 #1076

Closed
erik-anderson opened this issue Mar 12, 2014 · 1 comment
Closed

not using fullscreen API in IE11 #1076

erik-anderson opened this issue Mar 12, 2014 · 1 comment

Comments

@erik-anderson
Copy link

IE11 added support for the W3C Fullscreen API, but video.js isn't calling it. This makes videos only go full-window rather than fullscreen.

Documentation is available at http://msdn.microsoft.com/en-us/library/ie/dn265028(v=vs.85).aspx.

It's as simple as calling element.msRequestFullscreen to enter and document.msExitFullscreen to exit. To listen for changes to fullscreen state, listen to MSFullscreenChange.

@erik-anderson
Copy link
Author

My apologies; this is a duplicate of issue #673.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 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