cordova-plugin-mediaPicker
cordova-plugin-mediaPicker copied to clipboard
preserve orientation in ios
When I use the media picker in ios, the image gets rotated. How can I preserve the original orientation?
Thanks.
@kelvinthu imgs[data.index].setAttribute('style', 'transform:rotate(' + data.exifRotate + 'deg)');
check this comment resolve this issue - https://github.com/DmcSDK/cordova-plugin-mediaPicker/issues/17#issuecomment-1080630355