Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
This is the code I am using is attached. I run the first snipped and wait for user input.
At this point, I let users crop or rotate the image, and when they finish, they click the Submit button, which runs the second code snippet (rotation is provided via another button).
On IOS, everything works fine, the image can be cropped correctly, and then the stream reference is returned.
On Android, however, when the first code runs, the image is displayed without cropping guides, and executing the second code results in an unhandled Java exception complaining about width needing to be greater than 0.
If I rotate the image once after loading it, crop guides become visible, and the second snippet works as expected.