Using canvas with a dhtmlx touch app

Hello,

I’ve been working on a dhtmlx touch app and am having trouble figuring out how to integrate HTML5 canvas with it.

I’m trying to draw an image of a court on the screen on one of the app’s pages which would respond to certain touch-sensitive areas of the court and popup an overlay form.

I can only find canvas included in the documentation as part of charts - is there some way I can accomplish this - are HTML5 canvas and dhtmlx touch compatible?

Thanks -

kawise

There is no separate “canvas” view, but you can inject any html element through “template” view, including canvas

Thank you - I will give that a try.