Hi,I'm using this component to resize & crop image before uploading to server.
I've resized the image with property fixOrientation to false & tested on few devices which is working perfect but when i've tested it on Iphone 5s, the image automatically rotated after resize. So, I didn't know how to handle this,coz have check the orientation value for diff devices & its same.
Unfortunately I don't have Apple device so I cannot test it.
Harlin Setiadarma wrote:
Hi Harlin,In my case, I have tested for diff apple devices but facing issue only for Iphone 5s. Another thing, I've tested your demo application on my Android phone, in which after upload image & click resize - image rotated on any android device. You can check it.
It's because I had the parameter FixOrientation = true on demo app.