WebGL supports detection with supported browser version rollup
The beautiful Life of the Sun Vulcan (http://blog.csdn.net/opengl_es)
This article follows "Attribution-non-commercial use-consistent" authoring public agreement
Reprint Please keep this sentence: Sun Vulcan's Beautiful Life-this blog focuses on Agile development and mobile and IoT device research: IOS, Android, HTML5, Arduino, Pcduino , Otherwise, the article from this blog refused to reprint or re-reproduced, thank you for your cooperation.
Whether my browser supports WebGL
Http://caniuse.com
Search WebGL on the page, find the webgl-3d Canvas graphics, and open the link:
From, there are a few notes:
1, the WEBGL standard is now basically a relatively stable standard, the latest browser is the latest version as the implementation blueprint, so there should be no special WEBGL features, the browser vendors are either all implemented, either partially implemented, or not supported;
2, in the figure, the green part of the full implementation of the WEBGL standard feature version, but some manufacturers of the implementation is not necessarily as described as complete, and some are not so stable;
3. When a browser cannot run a WebGL app, consider whether you need to manually turn on WebGL features, such as Safari;
4, when a browser is unable to open the local WebGL application, should consider that the browser for local resources for security reasons, access to local resources is required to set whether to allow, for the browser setting method is different, and like Firefox is turned on by default;
5, when a function, in the partial implementation of WebGL browser can be run, then through reasoning, can be learned that all the WEBGL function in the browser will be able to run, unless the browser bragging!
6, some browser access to local resources settings, you can refer to the "Threejs official website-How to run the local thing (how to run things locally)" translation.