Page 1 of 1

Detect Signature Pad activity

Posted: Wed Jun 30, 2021 9:12 am
by mwalter
Is there a way, in Javascript, to detect activity in a signature pad? What I'd like to do is have an "Accpet" button disabled, then when the user starts drawing in the signature pad, enable the button. I've tried the onmouse* events, but they don't work on a tablet type device. I've also tried onchange. It works if you draw with the mouse, but not with your finger.

Re: Detect Signature Pad activity

Posted: Wed Jun 30, 2021 10:01 am
by Scott Klement
I'm not aware of a way to do this. You may be the first one to ask about it.. I haven't heard anyone else, before.

If you're looking to place a feature request, that should be done by e-mailing support@profoundlogic.com

Re: Detect Signature Pad activity

Posted: Wed Jun 30, 2021 10:17 am
by mwalter
Thanks Scott. I'll just handle it in the RPG.

Re: Detect Signature Pad activity

Posted: Tue Aug 03, 2021 1:16 pm
by k2R400
Hello,

It is true that this functionality is interesting, because currently if we call the pui.uploadSignature function without having made a signature, an image is still sent to the server.