Forum Discussion
baxatob
10 years agoCommunity Hero
First of all please check for HTML5 limitations.
Colin_McCrae
10 years agoCommunity Hero
The container object is a Canvas?
If I'm reading that right, you won't get anything else from it. A Canvas is essentially just an image. It doesn't contain any child objects. They are all just part of the image. Not nice things to work with.
We produce touchscreen hardware that uses a Canvas object for the main touch panel on screen. Nothing I can do with it on its own. (Same applies to the device it runs on) It has an accompanying XML file which acts as the "map" for the Canvas. So I could interact with it using that. But testing anything meaningful with them is not easy.