3

Is there an html control that I can use on a web page that, when browsed to using a touch device (iPad, Samsung Galaxy Tab), can capture a signature input by the user using a stylus?

Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
  • possible duplicate of [Signature capture possible in various mobile web browsers?](http://stackoverflow.com/questions/134585/signature-capture-possible-in-various-mobile-web-browsers) – Peter O. Aug 21 '14 at 03:51

2 Answers2

3

The highest-voted answer to this question mentioned this on Nov. 12, 2011:

There is a jQuery plugin to do this now -> http://thomasjbradley.ca/lab/signature-pad

That link is inactive as of March 17, 2016, but the relevant repository is on GitHub: https://github.com/thomasjbradley/signature-pad

Community
  • 1
  • 1
Peter O.
  • 32,158
  • 14
  • 82
  • 96
1

Try jSignature

MIT, Canvas + Flash backup.

http://willowsystems.github.com/jSignature/#/demo/

ddotsenko
  • 4,926
  • 25
  • 24