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
727 stars 292 forks source link

This plugin doesn't work correctly on Windows 10 Chrome #201

Open xabitrigo opened 5 years ago

xabitrigo commented 5 years ago

Similar to #177, this plugin doesn't work correctly on Windos 10 with Chrome (tested on a Lenovo Yoga). It sometimes worked, and it appears to be due to a conflict with another input device, such as a mouse or a touchpad.

We had reports of it working on other devices when the mouse was disconnected.

Betanu701 commented 4 years ago

I know this is old. But i was just running into this issue. I fixed it by including the json2.min.js like in the examples. Not sure why this fixes it, but it seems to work.

mtemanson commented 1 year ago

I saw that thread. Not sure what json2 would have to do with it. I might just try it on a whim, but I'm not getting any Console errors that make me think that would be a likely candidate. Thanks though.