mirror of
https://github.com/videojs/video.js.git
synced 2024-12-04 10:34:51 +02:00
b86f083a88
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. |
||
---|---|---|
.. | ||
api | ||
require | ||
unit | ||
karma.conf.js |