CameraUI orientation
Is there a way to know the orientation of a picture taken with the CameraUI in AIR 2.7 (iOS or Android)? Air seems to assume that the picture is in landscape orientation but it's not always true. The information is in the EXIF data but loaders doesnt seems to give access to EXIF data.
It is a problem if you want to display the picture in your application... The orientation will be wrong...
I dont want to use an AS3 custom library because most of them will crash the app on IOS because they try to call forbidden methods...
So, any method in the API allow me to do this? Any workaround that doesnt imply an AS3 library?
