videojs-vr
videojs-vr copied to clipboard
videojs-vr iframe not working in ios(cross-origin issue)
Description
I tested on iphoneX and iphone 6s plus and it seemed that devicemotion passed in from a parent frame via postMessage.
The updateDeviceMotion_ function in FusionPoseSensor is receiving the data from the postMessage. But the devices still did not have any responses.
I used the code in the below link for the iframe file. https://github.com/immersive-web/cardboard-vr-display/blob/master/examples/iframe.html
browsers
safari
OSes
iphoneX and iphone 6s plus
Any update on this issue? I seem to have exactly same problem.
I built a debug version of videojs-vr and I see it gets updated values, but still nothing moves.