CesiumGS / webglreport

A web page that reports a browser's WebGL capabilities, including supported extensions and implementation specific capabilities, such as the maximum number of texture units.
https://webglreport.com
Apache License 2.0
391 stars 99 forks source link

Remove old webglstats CDN tracker from WebGL Report #47

Closed ondras closed 3 years ago

ondras commented 3 years ago

This is related to WebGL2 implementation and not really specific to webglreport.com. Chrome on Android reports WebGL2-enabled, yet it only renders stuff after reloading the page. On first visit, this is shown: webgl2

After page reload, the complete table with the pipeline graphics is shown correctly.

emackey commented 3 years ago

WebGLstats has been offline for a while, we should remove its tracker from this site.

ondras commented 3 years ago

WebGLstats has been offline for a while, we should remove its tracker from this site.

While I agree that this is a good idea, I do not think it is related to the original issue I encountered and reported.

emackey commented 3 years ago

Hmm, maybe. I was looking at the red error text, perhaps there are multiple issues in play.

emackey commented 3 years ago

I pushed a change, but you may have to clear the browser cache to pick it up. Give it another try when you can, thanks.

ondras commented 3 years ago

I made the mistake of updating my Chrome from 72 to 86. Now the issue is gone - but I have no idea whether it has been caused by older browser or that webglstats tracker. Anyway, the website is functioning properly now. Thanks for assistance!