Search code examples
xamarinsignaturepad

Xamarin Forms SignaturePad updated


I have tricky question about SignaturePad updated to Xamarin Forms 2.0, link to GitHub:

https://github.com/mrbelk/acr-xamarin-forms

I did manage to download repo and build it, however I have no idea how to produce proper DLLs that I could use in my project?

The main issue is that SignaturePadView is treated as Xamarin Forms View class instead of Android View, so there is different constructors, methods, etc.

Does smb know how to build these projects to produce proper dlls that iOS/Android solution will treat SignaturePadView as Android View and iOS UIView respectively?


Solution

  • Don't use acr.* any more if you want to save yourself some pain. I had to pull their camera implementation out of one of my apps due to no support for forms 2.0+.

    Replace acr with supported NuGets like Plugin.Media and the others found here. For this particular issue no one has created a non-deprecated NuGet so there is this plugin as an option.

    enter image description here