Search code examples
iphonehtmlmobile-safari

Webpage that lets user draw a picture - on iPhone


I am making a webpage for iDevices and need to allow the user to draw pictures. There would be a box and they would scribble in whatever they need. Don't need color or fancy brushes. When they are done, I would need some way of collecting that input and getting it back to the server, vector or bitmap format would be fine.

Is this possible?


Solution

  • There is a premium Tutorial on Net TutsPlus. It covers CSS3, HTML5 and the canvas element. The Canvas element is supported by Mobile Safari.

    http://net.tutsplus.com/tutorials/html-css-techniques/how-to-create-a-web-based-drawing-application-using-canvas-new-premium-tutorial/