You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When browsing an image from the Photos folder and loading it into the Image control in a .NET MAUI application, the image is displayed correctly. However, after saving the image, the saved output is rotated upside down. The issue occurs on iOS.
Steps to Reproduce
Open the attached sample project.
Click the Browse button and browse an image from the photos folder on iOS device/simulator.
Click the save button to save the image.
Check the orientation of the saved image.
Expected Behavior:
The saved image should retain the same orientation as the original image
Actual Behavior:
The saved image is rotated upside down.
Description
When browsing an image from the Photos folder and loading it into the Image control in a .NET MAUI application, the image is displayed correctly. However, after saving the image, the saved output is rotated upside down. The issue occurs on iOS.
Steps to Reproduce
Expected Behavior:
The saved image should retain the same orientation as the original image
Actual Behavior:
The saved image is rotated upside down.
Output Video:
https://github.com/user-attachments/assets/22a654ba-4769-4d3f-baed-e0db6d6ec554
Demo Sample:
MauiApp1.zip
Link to public reproduction project repository
No response
Version with bug
Unknown/Other
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: