A VR/360 Player can be used in any platform
- video : link to any 360/vr video hls, dash, any format.
- autoPlay : can work on desktop but not sure about phones (true/false | default: true)
- VRBtn: show a VR button on bottom right cornor in supported device to enter sterioscopic view (true/false | default: true)
- loop: play video in loop (true/false | default: false)
On phones auto play of video is not allowed (browsers) to play the video programatically you can call mediaController.play()
Else you can try to tap on loading screen during loading (ofcourse 😅)