Hi Philippe,
We have checked the issue with Syncfusion product version 17.1.0.38 and loaded the image from the resource, but we afraid that we are not able to reproduce the issue in our end. Could you please tell us that you are loading the image FromResource or FromFile method? We have created the sample to load the image from the resource. Please refer the following code.
Code Snippet [C#]
imageeditor.Source = ImageSource.FromResource("ImageEditor_SimpleSample.image3.png", GetType().GetTypeInfo().Assembly);
|
Could you please check the issue with the attached sample and let us know whether it is reproduced or not? If the issue was not reproduced, please revert us by modifying the sample based on your application along with replication procedure. This will be helpful for us to investigate further and provide you a better solution at the earliest.
Regards,
Bharathi.
The sample you provided doesn't even work on UWP in Release mode because it's not passing the assembly references to the Xamarin.Forms.Init() call, as required for all UWP apps built in release mode.
Please try the sample project I provided at the top of this case. It will freeze when adding an annotation and then clicking Save, on UWP, but only in RELEASE mode.