Reputation: 69
I am using videojs to play a video. Is it possibile to disable the native fullscreen in IOS iphone and use videojs fullscreen? I tried the playsiline tag but it doesen't work.
Thanks a lot
Upvotes: 3
Views: 2341
Reputation: 7821
iPhone still doesn't support the proper full screen API. With the preferFullWindow
player option (as well as playsinline
), Video.js will do a "fake" full screen, filling the browser window instead. Not ideal, but the only option if you need to overlay something on top of the video during full screen playback.
Upvotes: 2