Hi,
I am able to get points and show signature, BUT not properly. Below are the issues which needs to be resolved:
1. If I am signing in two parts i.e. not a continuous signature, first letter then moved my finger up and then again second letter. In this case it seems getting points only for second letter, first letter being missed.
2. It is showing signature as mirror image.
What could be the issue? any help is appreciated.
Thanks,
Devendra
Confirmed that Signature object contains all strokes and points. While debugging your code, compare our implementation in the example POS:
https://github.com/clover/remote-pay-java/blob/mas...
https://github.com/clover/remote-pay-java/blob/mas...
Did you see the getBounds() method on Signature2? Unfortunately this class is not documented.
No, the Signature is returned in strokes and points that you can then draw on a Canvas. Example: https://github.com/clover/remote-pay-java/blob/master/clover-connector-java-example-pos/src/main/java/com/clover/remote/client/lib/example/SignaturePane.java
2 People are following this question.