a-videosphere is not working in mobile safari on iOS device.
A-Frame Version: 0.3.0
Platform/Device: iPhone 6 Safari iOS ver 9.3.4
Example page shows a full black screen, finger tab will not initiate video playback.
Compared side by side with with a-video. followed steps in https://aframe.io/docs/0.3.0/primitives/a-videosphere.html#caveats. a-video works perfectly fine while a-videosphere is not on iOS
<a-assets>
<video webkit-playsinline autoplay loop crossorigin id="video" src="city.mp4"></video>
<video webkit-playsinline autoplay loop crossorigin id="video1" src="john.mp4"></video>
</a-assets>
<a-videosphere src="#video" rotation="0 180 0" ></a-videosphere>
<a-video src="#video1" width="16" height="9" position="20 0 -10"></a-video>
a-videosphere is not working in mobile safari on iOS device.
A-Frame Version: 0.3.0
Platform/Device: iPhone 6 Safari iOS ver 9.3.4
Example page shows a full black screen, finger tab will not initiate video playback.
Compared side by side with with a-video. followed steps in https://aframe.io/docs/0.3.0/primitives/a-videosphere.html#caveats. a-video works perfectly fine while a-videosphere is not on iOS