WebGL Not Working: Difference between revisions

From WebGL Public Wiki
Jump to navigation Jump to search
Created page with "'''Fix WebGL not working:''' ''1. JavaScript may be turned off or missing:'' *If WebGL is not working, make sure JavaScript is enabled. JavaScript is a client side scripting..."
(No difference)

Revision as of 02:48, 19 October 2018

Fix WebGL not working:

1. JavaScript may be turned off or missing:

  • If WebGL is not working, make sure JavaScript is enabled. JavaScript is a client side scripting language. Most modern major browsers will support the use of JavaScript (and have it enabled by default). Having JavaScript turned off is the most common reason WebGL is not working.
    • The reason behind this is because WebGL depends on JavaScript in order to work, since it is a "JavaScript API". For your convenience, the MIME type for JavaScript is: application/javascript

2. Unsupported browser:

  • You may have an unsupported browser.