3D model black in EDGE and fine in CHROME #4026
Replies: 5 comments
-
That's not ideal! Since I don't have a windows machine handy, could you paste in any errors/warnings you see in the JS console? Also, do you have the same problem on https://modelviewer.dev/? |
Beta Was this translation helpful? Give feedback.
-
OK this is somewhat odd, I get the error below on the demo site, and also my site... but not on model-viewer site. For the most part no matter what site I go to it mostly works.... model-viewer.js:26890 |
Beta Was this translation helpful? Give feedback.
-
The site you linked is quite old and still has our legacy fallback version for IE. That's been deprecated for some time; does your site have it as well by chance? If so, try removing it. Just a shot in the dark... |
Beta Was this translation helpful? Give feedback.
-
On my site, all I add is <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script> |
Beta Was this translation helpful? Give feedback.
-
Would you mind trying to build a minimal repro by remixing the glitch link in our issue template? That would go a long way toward helping us fix this, since you have the repro. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Using the same link to the same website, the shark appears black in Edge and OK in Chrome
https://web.dev/model-viewer/
I am having the same issues with my website also, its just easier to show the problem with the demo above.
Live Demo
https://web.dev/model-viewer/ open in Edge and Chrome
Browser Affected
OS
Beta Was this translation helpful? Give feedback.
All reactions