xamarin/SignaturePad

Not able to Compile SignaturePad control with the latest Xamarin Forms

volcano619 opened this issue · 6 comments

Description

The Pad is working fine till Xamarin Forms Version 3.1.0.550168-pre3, but on the latest pre release 3.2.0.637442-pre1, it seems to be throwing an error.

Code

<forms:SignaturePadView x:Name="PadView" Grid.Row="1" Grid.ColumnSpan="2" CaptionText="Sign here" HeightRequest="260" WidthRequest="180"
StrokeColor="Black"
BackgroundColor="White"
StrokeWidth="2" />

Expected Behavior

Should be able to do a signature on swiping on the view

Actual Behavior

No property, bindable property, or event found for 'StrokeColor', or mismatching type between value and property.

Basic Information

  • Version with issue: 3.0.0
  • Last known good version: NA
  • IDE: Visual Studio 2017
  • Platform Target Frameworks:
    • Xamarin.Forms: 3.2.0.637442-pre1
  • Target Devices:
    • iPhone 8
  • Galaxy S7 Edge

Version 3.2 is not yet released and may have some core updates.

Hey @VladislavAntonyuk Tried on 3.1.0.697729,and it doesn't seem to work!!,could you check from your side and let me know

I am using my custom build which support macOS and WPF, I also had some problems after update to 3.2-pre1. But it works fine on 3.1

You can try to build your own package using sources

Ok, let me check

I have updated my test project to the latest stable Xamarin Forms release and it works for me. I suggest you to clear all cached nuget packages, bin and obj folders. After that try build your project