Hello,
See ticket 162416.
A few months ago I was developing a Xamarin Forms page for cropping an image. Therefore I asked your help (see ticket 162416).
Now I have time to go further with this functionality. Unfortunately I am still not able to get things right.
Goal is to crop an image as a perfect circle (see attachment-iOS), without showing toolbars.
There are only sizing handles on the corner !!
My code is the following:
void SfImageEditor_ImageLoaded(object sender, ImageLoadedEventArgs args)
{
editor.ToggleCropping(true, 3);
}
Unfortunately this is not working for Android (see attachment-Android).
I've tried different options also hiding the toolbars, but no result.
Can please help me to achieve for Android the same UI as I have for iOS.
Syncfusin.Xamarin.sfImageEditor (19.1.0.66)
XamarinForms (5.0.0.2012)
Thank you.
Attachment:
Archive_65675a7d.zip