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