c-frame/aframe-stereo-component

Issues with MS edge with stereo videos

Opened this issue · 5 comments

benax commented

Hi,
I'm experiencing issues when running on MS Edge.
when i try to launch the basic video page example, it doesn't work. Just a blank screen...
Anyone having the same problem ?

Thanks.

Will try today on MS Edge and see what's happening :)

benax commented

thanks :)
Hope you'll find how get it working

Hi @oscarmarinmiro,

I stumbled upon this component today, and I love it! I have the same issue as @benax reported, running the stereo video in MS Edge. No JS errors in the console, unfortunately...

I hope you can find out what is going on, if you need any help, let me know!

Many thanks!

I found this issue, which is perhaps related to the problem? etiennepinchon/aframe-material#5

I have looked into it, and found an issue in Edge: In stereo_component.init(), this.el.getAttribute("material") is expected to be an object (which it is in Chrome). In Edge, however, it is a String. I guess it's a-frame's responsibility for handling the material attribute, but I'm not sure