ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.1k stars 1.55k forks source link

Problem with Cropper #1330

Open sakthit03 opened 4 years ago

sakthit03 commented 4 years ago

Version

Tell us which versions you are using:

Platform

The cropper screen only shows the square type of images to crop perfectly. But, when choosed different types image ratio (like: rectangle ), Then the cropper screen only shows the cropping box, and not showing selected image(like blank).

Please help me guys...

nguyenductoan1995 commented 4 years ago

with android remove width & height

sakthit03 commented 4 years ago

with android remove width & height

@nguyenductoan1995 Tried bro. Still facing same problem.

ISMCIT commented 4 years ago

it happen to me to.using taget sdk 21 and samsung A5 device. is there any solution ?

kbateman commented 4 years ago

Any details on specific devices / android versions ...

We have some testing that seems to show library version 0.30.0 (react native 0.63.2 - targetSdk 29) has this issue with

kbateman commented 4 years ago

Issue not improved by disabling our aspect ratio requirement

Only seems to affect cropping display for images from camera and not from album

Issue doesnt exist on Samsung Galaxy S7 (Android 8.0)

kbateman commented 4 years ago

More info, only seems to be a problem with images from rear camera, not front camera

skyplor commented 3 years ago

hi @kbateman did you manage to resolve this issue? We are experiencing the same issue as well