1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-05 00:58:52 +02:00
Files
video.js/docs
mister-ben b86f083a88 feat: Add option to use full window mode instead of using tech's fullscreen (#7218)
iPhone's native fullscreen isn't always desirable as you can't overlay controls or anything else. Adds an option to prefer "full window" mode over the video el's fullscreen.

If the preferFullWindow option is set to true, on a browser that does not support the proper fullscreen API but does support fullscreen on the video element (i.e. iPhone), then requestFullscreenHelper_() should call enterFullWindow() instead of fullscreen on the tech.
2021-06-08 11:54:33 -04:00
..
2020-12-22 14:10:53 -05:00
2020-12-22 14:10:53 -05:00