I’m trying to make a canvas where the client can sign his name. It works well in Chrome v6:

but on Android 1.5 instead of drawing the browser scrolls the page and draws nothing:

I borrows the code from Opera’s website.
Can I disable the scrolling or how can I make this work?
Thank you!
EDIT
using the events touchstart, touchmove and touchend:
on a LG GW620R using a stylus:

on a Motorola Milestone:

on a Samsung Galaxy:

EDIT 2
works better whitout using the finger nail
@Sirber There might be touchstart and touchend events just like in mobile Safari, have a look at that avenue too. And maybe if you adjust the viewport meta tag there won’t be any scrolling, still won’t draw but at least it won’t scroll.
Good luck,
Mathieu