xamarin / SignaturePad

MIT License
245 stars 150 forks source link

Load saved signature #163

Open dolfvdberg opened 5 years ago

dolfvdberg commented 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

nativenolde commented 5 years ago

@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