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

Unable to load existing points with Xamarin.Forms for Android & iOS #40

Closed
lanarchyste opened this issue Sep 26, 2016 · 2 comments
Closed
Projects

Comments

@lanarchyste
Copy link

Hello,

I use version 1.4.0 of SignaturePad with Xamarin.Forms (02.03.2127) for Android projects (Xamarin.Android 6.1.2.21) and iOS (Xamarin.iOS 10.0.0.6).

When I load my page, and I want to reload signature, nothing appears (whether on Android or iOS).

Here is the code used:
padView.Points = signaturePoints;

The variable "signaturePoints" is a point list, saved in the first signature. The list contains several points (over 3000).

Is it normal that nothing appears? Is there another way?

Thank you.

Best Regards.
Julien.

@mattleibow
Copy link
Contributor

This is not normal... Are you able to try this with a later version? Maybe there was a bug that was fixed later on.

Closing now as this is old, but reopen if this is still an issue.

@lanarchyste
Copy link
Author

lanarchyste commented May 2, 2017

Hi

I test with the latest version (1.5.1) and loading existing points still does not work on android and ios.

I use version 2.3.4.231 of Xamarin.Forms.

Can you reopen the issue please ?

Thank you.

Best Regards.
Julien.

EDIT :
I solved my problem, I load the points of the signature before the OnAppearing event.
By loading the points in this event the signature appears well.

@mattleibow mattleibow added this to Closed or invalid in Triage May 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Triage
  
Closed or invalid
Development

No branches or pull requests

2 participants