Signature pad for MVC?
I'm creating a MVC project that needs to capture a signature on iPad.
Where can I find resources/controls for a "signature pad" using MVC?
Thanks, M开发者_开发技巧ojo
This should do the trick. Its all JavaScript so there shouldnt be a problem using it on an iPad.
http://thomasjbradley.ca/lab/signature-pad
FYI, It only uses flashcanvas for Windows IE8 and lower, as they do not support the HTML5 canvas element. It will use the HTML5 canvas element for Firefox, chrome, safari, iPad, other tablet devices, etc.
精彩评论