Neeraj Kumar
Neeraj Kumar

Reputation: 779

how to draw smooth curve(Signature) in Xamarin Forms?

I am trying to develop app which has drawing bitmap and saving it into file. I am using https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp/bitmaps/saving skiasharp example.

In iOS this works fine but for android its not the smooth and the curves are drawn in straight line.

Earlier I was opening the drawing page in shell but was facing issue with drawing after so I changed it to app mainpage.

I am now able to draw on android. But the drawing in not smooth and all curved edges comes in straight lines.

Can someone help? enter image description here

Upvotes: 2

Views: 479

Answers (1)

Rituraj Salavi
Rituraj Salavi

Reputation: 34

You can use this. Signature Pad Xamarin.Forms Saving signature as a file

This is better solution for capturing signature and storing into file.

Upvotes: 1

Related Questions