It works on any device supporting the canvas tag, including mobile devices.
Combined with ExCanvas will even work on IE.
Here are some key features of "jCanvaScript":
· Fully Object Oriented
· Provides access to the canvas context
· Provides mouse-events to all objects
· Provides keyboard-events to all objects
· Provides drag'n'drop
· Stop, start canvas animations on demand
· Easy methods to manage objects
· Provides easy objects animation
Requirements:
· JavaScript enabled on client side
· A browser supporting HTML5 canvas
What's New in This Release: [ read full changelog ]
· Fixed bug in layer.del() method
· Corrected check of addObject() parameters
· recalculateOffset() canvas method added
· isPointInPath() method fixed