Load images provided as File or Blob objects or via URL. Retrieve an optionally scaled, cropped or rotated HTML img or canvas element. Use methods to parse image metadata to extract IPTC and Exif tags as well as embedded thumbnail images, to overwrite the Exif Orientation value and to restore the complete image header after resizing.
I installed the package the previous week to fix the rotation image issue in latest iOs versions, but today we notice that the image is get rotated in Android 8 (my current phone) with the latest WebKit version (we wrapp the application with cordova.js and is written in top of Angular 9).
The bug is only for vertical images.
Android details:
Samsung Galaxy S7 Edge
Android 8.0.0
Webview Version: the latest one (13 oct 2020)
Latest Chrome version installed
This is the code I'm using to read and rotate the image:
Hi,
I installed the package the previous week to fix the rotation image issue in latest iOs versions, but today we notice that the image is get rotated in Android 8 (my current phone) with the latest WebKit version (we wrapp the application with cordova.js and is written in top of Angular 9).
The bug is only for vertical images.
Android details:
This is the code I'm using to read and rotate the image:
Any suggestion?
Thanks, Best regards.