As a webapp, not a native app on the iPhone or Andriod. Is it possible to draw with your finger? If so, how?
Anyone have or can provide a barebone simple example that just loads a blank page?
Thanks
As a webapp, not a native app on the iPhone or Andriod. Is it possible to draw with your finger? If so, how?
Anyone have or can provide a barebone simple example that just loads a blank page?
Thanks
You could use the current cursor position to draw on a canvas
element the size of the screen.
Like @Josh mentioned. You can use the canvas
element which is part of HTML 5
http://thinkvitamin.com/dev/html-5-dev/how-to-draw-with-html-5-canvas/