darryncampbell / darryncampbell-cordova-plugin-intent

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
MIT License
86 stars 130 forks source link

image is rotated -90 degree #102

Closed shaktis110 closed 4 years ago

shaktis110 commented 4 years ago

first of all thanks for this plugin... the problem i am facing is that when i send an image from gallery and receive it in intentShim.getIntent function as callback .. but when i displayed it in a ionic page its been rotated -90 how to solve this problem....... thanks in advance

darryncampbell commented 4 years ago

I am not doing anything special to the images, looks like this relates the same phenomenon: https://stackoverflow.com/questions/14066038/why-does-an-image-captured-using-camera-intent-gets-rotated-on-some-devices-on-a

darryncampbell commented 4 years ago

Closing due to inactivity