Hi,
I followed the documentation of this asset, but when I save the signature sometimes it has 0 bytes:
What I discovered is that the signature has to be big to retrieve some bytes. If it's small, and with small I mean something like this:
If it is bigger like this, it already has bytes:
What is wrong?
Thanks!!
PS: I really like this component, hope there is a fix :)
Hi Diogo,
It's a bug created by you :)
In the action SignaturePadStrokeFinished you have a IF and this variable is always False. Anyway in this action you don't need this validation but you need to set True on the variable.
Check the attach.
Regards
Hello,
I use this in different projects without issues. Maybe is better if you share your code.
Hi Paulo,
Here is the OML ;)
PERFECT!