Open dolfvdberg opened 5 years ago
Good day
How can I load a signature that was saved to the local device to display on the signature pad?
I tried sigPad.BindingContext = ImageSource.FromFile(g.CapturedValue); but it's not working
@dolfvdberg Did you check out this sample app? i believe it has implemented a feature to load persisted signatures...
https://github.com/xamarin/SignaturePad/tree/master/samples/Sample.Forms/Samples
Good day
How can I load a signature that was saved to the local device to display on the signature pad?
I tried sigPad.BindingContext = ImageSource.FromFile(g.CapturedValue); but it's not working