google / marzipano

A 360° media viewer for the modern web.
http://www.marzipano.net
Apache License 2.0
2.01k stars 999 forks source link

Project chrome #393

Open donnje opened 3 years ago

donnje commented 3 years ago

Hi, The saved project can be seen with IE but with chrome a black screen appears, can it be solved? Thx

j-te commented 2 years ago

If you hit F12 you'll see it's a browser CORS issue. You can get around this by hosting on a web server. Alternatively you can launch your browser with CORS disabled (beware of security implications, don't be browsing the web in this mode).

For example you can run Chrome Canary with these args: --disable-web-security --user-data-dir=C:/canary/temp