yanwsh / videojs-panorama

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

iOS fullscreen #8

Closed zang closed 8 years ago

zang commented 8 years ago

The plugin works well on iOS, however if the viewer clicks on fullscreen button, the 360 feature disappears as it revert back to iOS native player. So, if there are way to override the fullscreen button to use canvas rather than the native player? :)

yanwsh commented 8 years ago

Hey, please pull the latest version of source code, then take at look this page for reference.

Basically, it needs your current site support. Like what I do on demo:

body.vjs-full-window .player_wrapper{
            position: static;
        }

Let me know if you have any questions.

zang commented 8 years ago

Great and I will check out and keep you posted. Thanks.

zang commented 8 years ago

Great and I will check out and keep you posted. Thanks.