4

I am attempting to add signature capture functionality to a PhoneGap application. I have found a few options such as signature capture 2.8.1 (http://androidapp.lisisoft.com/apps-android-phone/108585-biz.binarysolutions.signature.html) and Thomas J. Bradley's signature Pad javascript plugin (http://thomasjbradley.ca/lab/signature-pad/). The first works pretty well on the android device but requires a license. The second works well in a browser but does not work at all when run within my PhoneGap application.

Does anyone have a suggestion of an open source signature capture application that will work within PhoneGap? Or has anyone had success tweaking Thomas J. Bradleys signature pad to work within phonegap?

UPDATE: Thomas J. Bradley signature pad only works with android SDK 10/ Android 2.3 and higher.

user1014759
  • 265
  • 3
  • 5
  • 15
  • I know of a developer who wrote a Plugin for the signature capture 2.8.1 but did not release it as open source. So it can be done. – Simon MacDonald Jan 20 '12 at 18:48

2 Answers2

10

Try using jSignature

Darren
  • 68,902
  • 24
  • 138
  • 144
Ankur Garha
  • 101
  • 3
0

https://github.com/triceam/Mobile-Signature-Capture

try using this trecidesign code.I think it can help you.

Rachit
  • 145
  • 1
  • 2
  • 9