Three.js not showing in WebKit Browser (Chrome, Safari)
See original GitHub issueHi!
When I’m open http://mrdoob.github.com/three.js/examples/webgl_panorama_equirectangular.html in Chome 13.0.782.107 or Safari Version 5.0.5 (6533.21.1) on a Mac OSX 10.6.7 I get the the following errors:
Three.js:294:: Error creating WebGL context.
Three.js:294:: Uncaught TypeError: Cannot call method 'clearColor' of null
Three.js:294:: THREE.WebGLRenderer
webgl_panorama_equirectangular.html:66:: init
webgl_panorama_equirectangular.html:49:: (anonymous function)
When I open it in Firefox 5.0.1 everything is fine. Does someone can confirm this issue?
Thanks!
Issue Analytics
- State:
- Created 12 years ago
- Comments:48 (20 by maintainers)
Top Results From Across the Web
Three.js scene does not render in Safari 11.0.2 - Stack Overflow
This looks like a compositing bug in Safari. Hopefully Apple will fix it. There are several workrounds. The easist seems to be to...
Read more >Modifier Curve threejs example does NOT RUN in Safari or ...
The problem is that the shader code of CurveModifier use the WebGL 2 function texture() . However, Webkit based browser do not support...
Read more >Horrible 3D/Three.js performance in latest Safari on macOS
I'm currently running Safari Version 14.1 (16611.1.21.161.6) on macOS 11.3.1 ... but only in safari, both chrome and firefox are fine.
Read more >Website not showing content in Chrome - three.js forum
The website works fine in Firefox on a windows OS and in Safari and Chrome on iOS. But it does not work on...
Read more >Rendering Bug with Metal (iOs, macOS) - three.js forum
I disabled Metal in the Safari settings and it went away. ... https://bugs.webkit.org/ ... Not sure if it's your code or a browser...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I found a fix for Chrome and Chromium. Enter in the location bar chrome://flags and enable Override software rendering list. Then restart the browser. WebGL now should work.