Atozed Forums
Get a signature from te touch screen and save it like an image - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Get a signature from te touch screen and save it like an image (/thread-1688.html)



Get a signature from te touch screen and save it like an image - newuser - 05-22-2020

Hi,
How can I let the client draw a signature on the Phone or tablet?


RE: Get a signature from te touch screen and save it like an image - Jose Nilton Pace - 05-22-2020

You can use JS to do that, like:
https://github.com/szimek/signature_pad


RE: Get a signature from te touch screen and save it like an image - newuser - 05-22-2020

Thank you Jose! Demo looks great.
I never worked with HTML, JS, etc. Only Delphi....
(how) Can I use this in my Delphi /Intraweb program?


RE: Get a signature from te touch screen and save it like an image - kudzu - 05-22-2020

Normally you would have to integrate such code into your IW application. I think JNP however has already done this in his apps and can assist further.