Live data from Hacker News

Show HN: Drawingboard.js

leimi.github.io

1–10 of 65 posts

Re: Show HN: Drawingboard.js

#4
post #3

I don't have my phone with me right now. Can anybody confirm if this works on iOS? I'm asking because I'm looking for an HTML5 drawing script which works on mobile browsers.

Yeap, works. Tested on iOS mobile safari here.

Re: Show HN: Drawingboard.js

#5
post #3

I don't have my phone with me right now. Can anybody confirm if this works on iOS? I'm asking because I'm looking for an HTML5 drawing script which works on mobile browsers.

Yep. Pretty snappy in iOS7 at least.

Re: Show HN: Drawingboard.js

#8

Looks great. Would be interesting to add to blogging software to allow a quick sketch to be added to a post. How would you go about persisting the canvas? json encoded output?

Thanks! By default the base64 string of the canvas image is stored in session storage to make the canvas persistent.
Post reply on HN