yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
492 stars 160 forks source link

Auto Fullscreen in VRMode #127

Closed Bjusters closed 7 years ago

Bjusters commented 7 years ago

Hey there, it would be logical i think if clicking on the VRmode button automatically activates full screen. On desktop i got this to work by just listening in to the click and triggering a click on the fulscreen button. Mobile however is weird, i can only get it to work when adding an alert in a touchstart listener (weird "solution", i know) Is there a function i can call to force full screen when clicking on the VRMode button? Maybe it`s a nice feature to automate this in a future version!

yanwsh commented 7 years ago

Hello, this is not possible for browser, because fullscreen need user interaction. But it can do fake fullscreen which is cover all the browser window. I think the beta version include this feature.

Bjusters commented 7 years ago

Cool, thank you, i`ll check out the Beta one of these days (was waiting for it to become production, look like it has many improvements!)