
I'm using the "Add Picture" control to upload images to Azure Blob Storage with "ApplyEXIFOrientation" set to true. Images are uploaded via device Camera or Camera Roll.
When I use "AzureBlobStorage.GetFileContent" to display an uploaded image, the orientation is different depending on how the app is accessed.
Additionally, using the file URL, browsers respect EXIF orientation differently:
Consistent utilization of EXIF orientation is critical to the user experience. Especially in field apps.
Hi @JustinSy,
Could you please share a bit more about your issue?
Could you please share a screenshot about your issue?
Further, how do you display the image file within your app? Using Image control?
Please take a try to set the ApplyEXIFOrientation property of the Image control to false, and set the CalculateOriginalDimensions property to true, then try your image again, check if the issue is solved.
In addition, you could also consider take a try to set the ImagePosition property of the Image control to following:
ImagePosition.Center
then check if the issue is solved.
Best regards,
Kris