Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari black screen mono view 360 video (blinking in iOS simulator) #4553

Closed
developer239 opened this issue Apr 14, 2020 · 2 comments
Closed

Comments

@developer239
Copy link

developer239 commented Apr 14, 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 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.

Application demo: https://spherevideotest.herokuapp.com/
Source code: https://github.com/developer239/aframe-test/blob/master/index.html

@dmarcos
Copy link
Member

dmarcos commented Apr 15, 2020

An example of 360 video working on iOS 13.4.1 / iPhone X

https://glitch.com/edit/#!/happy-sordid-bench?path=index.html:22:21
https://happy-sordid-bench.glitch.me/

Click anywhere on the screen to start playing the video. FYI, Recent Safari iOS 13.4.1 changes broke stereo / immersive mode. Investigated here: #4554

@developer239
Copy link
Author

developer239 commented Apr 20, 2020

@dmarcos I actually got it to work. The only thing missing is VR mode but that is already mentioned in #4554 . 🙂

I think I needed to have autoplay (I will investigate further why it didn't work without one)

@developer239 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants