-->

Signature Capture within PhoneGap

2019-05-14 07:15发布

问题:

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.

回答1:

Try using jSignature



回答2:

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

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