1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/test
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
..
api feat: adds disablePictureInPicture method to the player API. (#6378) 2020-04-22 12:41:21 -04:00
require feat: built-in HLS playback support (#5057) 2018-03-30 14:01:16 -04:00
unit feat: Add option to use full window mode instead of using tech's fullscreen (#7218) 2021-06-08 11:54:33 -04:00
karma.conf.js chore: setup Github CI (#6940) 2020-11-10 17:45:26 -05:00