Skip to content
Christian edited this page Apr 1, 2015 · 4 revisions

General Issues

  • A valid XHTML Doctype must be provided in XHTML documents, otherwise event listeners may not work correctly.

Platform Specific

Internet Explorer 11

  • Video textures are not supported by IE 11
    • Test "WebGL Video: Check video" fails
    • Video examples fail
  • Event listener attributes (eg. onload, onclick) are triggered twice in XHTML documents
    • Workaround: Use an HTML document instead
    • Test "Scene Loading: Check onload" fails

Safari (OSX)

  • Video texture support is flaky in Safari
    • Test "WebGL Video: Check video" fails
    • Video examples may fail or suffer from very bad performance