Closed dansica2725 closed 5 years ago
Hello, I need help to display the Signature in an ImageView in Xamarin.Forms
async void GetSignature() { var bitmap = await SignatureView.GetImageStreamAsync(SignaturePad.Forms.SignatureImageFormat.Jpeg); ImageView.Source = ImageSource.FromStream(() => { return bitmap; }); }
Signature to Display in an ImageView
Nothing is displayed
Description
Hello, I need help to display the Signature in an ImageView in Xamarin.Forms
Code
Expected Behavior
Signature to Display in an ImageView
Actual Behavior
Nothing is displayed