I'm using SignaturePad with Xamarin.Forms
and it works fine even on basic hardware devices, but I've struggled with a weird behavior with just one device: Samsung Galaxy Tab E 7.0 3G SM-T116 Tablet.
The problem is that the strokes on SignaturePad view are shown only when the touch is released from the screen. For example, if I make a long horizontal side to side line slowly, the whole stroke is invisible until I release the screen touch.
Anyone already had a similar situation? How can I workaround it?
Thanks a lot.
I've implemented the SignaturePadView in the following way.
MainActivity.cs:
Here is the layout in my Main.axml:
I just have a hunch that you are creating a new SignaturePadView object or adding it to the layout after some event happens by the user.