I find out the widget can't support canvas..I want to draw 2D graphics on widget. anyone can give me a suggestion?
Printable View
I find out the widget can't support canvas..I want to draw 2D graphics on widget. anyone can give me a suggestion?
My best guess is you need to use either a java applet or a flash lite element to go that way.
I dont think there are any HTML 5 capabilities in the current WRT implementation. Another option might be to workwith SVG, but I've also not heard of any support for WRT manipulating the DOM of an embedded SVG (you might investigate this further).