Hello. I am facing another hurdle on my way to completing my app. When I select an image in the gallery, it displays it with a 90 degrees rotation in the image component. this happens on 2 of my testing devices ( samsung android 12 and LG android 8) and not the others. After doing some searching I found that this is common behavior with those phones. i saw a few posts in the community about it but they all were related to taking a picture with the camera component and not selecting one with the image picker.
I tried some things to work around it. The only solution I could find was using a switch and when the switch was on if your devices rotated the pictures it will flip it 90 degrees back to normal using taifun image extension.
I am not satisfied with this solution tho and would like to figure out one where I wouldn't have to use a switch.
Any one has an idea?
Thanks!
Here is a simplified aia of what I am trying to achieve
rotate.aia (29.9 KB)