1

Why processing.js is not running in IE8? For example the demo given in processing document http://processingjs.org/learning/topic/rollover

Achaius
  • 5,904
  • 21
  • 65
  • 122

2 Answers2

1

IE8 and before do not support <canvas> - no Internet Explorer before version 9 will work with Processing.js because of this.

Mike 'Pomax' Kamermans
  • 49,297
  • 16
  • 112
  • 153
0

I certainly agree with Mike regarding the limitations of IE8 and lower, but apparently it is still possible, though it doesn't work right out of the box. See related question "Has anyone got processing.js working in IE?"

Community
  • 1
  • 1
Matthew Nichols
  • 4,866
  • 4
  • 41
  • 48