thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
730 stars 290 forks source link

Fixed non-firing touch event for mobile touches #137

Closed albertwchang closed 9 years ago

albertwchang commented 9 years ago

When switching to mobile mode on Chrome, the touch event was not firing, as indicated by the event object in "drawIt()". Instead, touches were being shot off as a "Mouse"-related event.

screen shot 2014-11-23 at 1 30 39 am 2