This repository has been archived by the owner on May 5, 2021. It is now read-only.
SignaturePad for Xamarin and Windows
Makes capturing, saving, and displaying signatures extremely simple for Android, iOS and Windows apps.
- Removed support for obsolete platforms:
Windows Phone 8 Silverlight, Windows Phone 8.1 Runtime, Windows 8 Store - SignaturePad for Android has been updated to inflate it's own layout instead of constructing the view with code
- SignaturePad for Android now has custom layout attributes for all it's properties
- SignaturePad for UWP has been re-written using
Control
with aControlTemplate
- SignaturePad for UWP now uses
double
(instead offloat
) for it'sStrokeWidth
properties - SignaturePad for UWP now has properties that are fully data-bindable
- Added multiple members to all platforms, making the controls far more customizable
- Added commands for the
Cleared
andStrokeCompleted
events - Fixed a bug with some Android styluses
Links:
NuGet | Windows CI | Mac CI
SignaturePad for Xamarin.Forms
Makes capturing, saving, and displaying signatures extremely simple for cross-platform apps using Xamarin.Forms.
- Removed support for obsolete platforms:
Windows Phone 8 Silverlight, Windows Phone 8.1 Runtime, Windows 8 Store, Portable Class Libraries (PCL) - Added multiple members to all platforms, making the controls far more customizable
- Fixed a bug when adding SignaturePad to designers
- Updated Xamarin.Forms to v2.5.0.280555
- Added commands for the
Cleared
andStrokeCompleted
events
Links: