WebGL supports detection and summary of supported browser versions.
WebGL supports detection and browser version Summarization
Beautiful Life of the sun and fire god (http://blog.csdn.net/opengl_es)
This article follows the "signature-non-commercial use-consistency" creation public agreement
Reprinted please keep this sentence: Sun huoshen's beautiful life-this blog focuses on Agile development and mobile and IOT device research: iOS, Android, Html5, Arduino, pcDuino, otherwise, this blog post is rejected or reprinted. Thank you for your cooperation.
Does my browser support WebGL?
Http://caniuse.com
Search for webgl on the page, find WebGL-3D Canvas graphics, and open the link:
From, there are several notes:
1. Currently, the webgl standard is basically a relatively stable standard. The latest browsers use the latest version as the implementation blueprint. Therefore, there should be no special webgl function. Each browser vendor must implement it all, either partially implemented or not supported;
2. As shown in the figure, the green part is the version that fully implements the webgl standard function, but some vendors do not necessarily implement it as described, and some are not so stable;
3. When a browser cannot run a webgl application, consider whether to manually enable the webgl function, such as safari;
4. When a browser cannot open a local webgl application, you should consider that the browser needs to set whether to allow access to local resources for security reasons, the method for setting a browser is different, but firefox is enabled by default;
5. When a function can be run in Some browsers that implement webgl, it can be learned through reasoning that the function can be run in all browsers that implement webgl; unless the browser is bragging!
6. For How to configure Some browsers to access local resources, refer to the Threejs official website-How to run things locally.
What Browsers currently support WebGL?
Mozilla Firefox, Apple Safari, Chrome, but you need to set it to run webgl, and your graphics card must support opengl es 2.0.
Does ie support WebGL?
Of course, it is supported and opened smoothly under IE11, so WebGL has always been considered an important technology for the next generation of web game development. Maybe it can also be used to create new website experiences ~ The page of Yue xiongzhi is a good example.