Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Not able to Compile SignaturePad control with the latest Xamarin Forms #144

Open
volcano619 opened this issue Jul 27, 2018 · 6 comments
Open

Comments

@volcano619
Copy link

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
@VladislavAntonyuk
Copy link

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

@volcano619
Copy link
Author

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

@VladislavAntonyuk
Copy link

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

@VladislavAntonyuk
Copy link

You can try to build your own package using sources

@volcano619
Copy link
Author

Ok, let me check

@VladislavAntonyuk
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants