PhoneGap 内的签名捕获
我正在尝试向 PhoneGap 应用程序添加签名捕获功能。我找到了一些选项,例如签名捕获 2.8.1 (http://androidapp.lisisoft.com/apps-android-phone/108585-biz.binarysolutions.signature.html) 和 Thomas J. Bradley 的签名 Pad javascript 插件 ( http://thomasjbradley.ca/lab/signature-pad/)。第一个在 Android 设备上运行得很好,但需要许可证。第二个在浏览器中运行良好,但在我的 PhoneGap 应用程序中运行时根本不起作用。
有人建议在 PhoneGap 中使用开源签名捕获应用程序吗?或者有人成功地调整了托马斯·J·布拉德利的签名板以使其在电话间隙内工作?
更新:Thomas J. Bradley 签名板仅适用于 Android SDK 10/ Android 2.3 及更高版本。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 jSignature
Try using jSignature
https://github.com/triceam/Mobile-Signature-Capture
尝试使用此 trecidesign代码。我认为它可以帮助你。
https://github.com/triceam/Mobile-Signature-Capture
try using this trecidesign code.I think it can help you.