Open pravin-mindstix opened 8 years ago
Same here
We have used the following code on iOS before cropping to correct a similar issue:
var imageAsTaken = Ti.UI.createImageView({
image: image
});
image = imageAsTaken.toImage();
imageAsTaken = null;
PRs are welcome :)
Hi, I am trying to upload image but after cropping image is rotating in 90 degree in Android device. on iOS is working fine. Also cancel event is not triggered for Android
Pleas help me to solve this issue.
here is my code.