You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 👋 amazing library you guys created. I want to build basic 360 video player I was doing some research last couple of days and A-Frame looks like the most stable and documented library.
Anyway, I can't makea-videosphere work on iOS mobile Chrome/Safari.
I don't have CORS issues
I use https on server
I set apple-mobile-web-app-capable meta tag
I set playsinline attributes
I don't autoplay the video (user interaction is required)
And yet it doesn't work. 😭
I can see the video in stereo view
I can't see the video in mono view
iOS simulator actually shows the video even in mono view but it is blinking.
developer239
changed the title
Safari black screen mono view (blinking in iOS simulator)
Safari black screen mono view 360 video (blinking in iOS simulator)
Apr 20, 2020
Hello 👋 amazing library you guys created. I want to build basic 360 video player I was doing some research last couple of days and A-Frame looks like the most stable and documented library.
Anyway, I can't make
a-videosphere
work on iOS mobile Chrome/Safari.I don't have CORS issues
I use https on server
I set apple-mobile-web-app-capable meta tag
I set playsinline attributes
I don't autoplay the video (user interaction is required)
And yet it doesn't work. 😭
I can see the video in stereo view
I can't see the video in mono view
iOS simulator actually shows the video even in mono view but it is blinking.
Application demo: https://spherevideotest.herokuapp.com/
Source code: https://github.com/developer239/aframe-test/blob/master/index.html
The text was updated successfully, but these errors were encountered: