videojs-vr icon indicating copy to clipboard operation
videojs-vr copied to clipboard

It is not work on mobile

Open wdShuo opened this issue 4 years ago • 1 comments

like this this.player.vr({projection: '360'}); . it work on desktop but not work on mobile. when on the desktop QQ20210303-212401@2x when on the mobile WechatIMG24 why is not ball on the mobile. my english is poor,I hope you understand.

wdShuo avatar Mar 03 '21 13:03 wdShuo

You need to put inline attribute to your video player. You need also to add crossorigin attribute to make it work in iOS

<video src="..." playsinline crossorigin="anonymous"></video>

singerxt avatar Mar 04 '21 15:03 singerxt