react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

(Android) When take picture with portrait view, base64 data is rotated 90 degree automatically

Open DonRyu opened this issue 3 years ago • 1 comments

Version

Tell us which versions you are using:

  • react-native-image-crop-picker "^0.37.3",
  • react-native 0.68.2

Platform

Tell us to which platform this issue is related

  • Android api 30, galaxy a32 5g

Expected behaviour

Either user take picture portrait or landscape, the base64 uri picture ( <Image source = { { uri: base64 }}/> should not be rotated

Actual behaviour

model:galaxy a32

Take picture with portrait view rotate the picture 90 degree. Take picture with landscape is not rotate the picture


 const res = await ImagePicker.openCamera({
        mediaType: 'photo',
        cropping: false,
        includeBase64: true,
        compressImageQuality: 0.5
      })

DonRyu avatar Jul 12 '22 17:07 DonRyu

same issue. Is there any solution for this?

luvnish19 avatar Sep 20 '22 03:09 luvnish19

any solution ?

camboYY avatar Nov 21 '22 04:11 camboYY

same issue...

jujupec avatar Nov 28 '22 11:11 jujupec

Same here

v-x2 avatar Dec 08 '22 16:12 v-x2

same here

nitinshukla413 avatar Jan 16 '23 10:01 nitinshukla413

Same here, at the moment considering this a server side issue by following information from this link https://github.com/ivpusic/react-native-image-crop-picker/issues/1696

isubhann avatar Jan 23 '23 09:01 isubhann

same here

dangnguyen1004 avatar Jul 21 '23 03:07 dangnguyen1004

same here

onethps avatar Aug 15 '23 16:08 onethps

Any update on this issue? I faced this issue on an Android device in react-native-image-crop-picker": "^0.40.0 and react-native:0.68.7.

gkasireddy202 avatar Aug 18 '23 05:08 gkasireddy202