react-native-image-crop-picker: "Cannot find image data" Sony Xperia Z2
I’ve tried the camera feature on a few Android phones and it works just fine (OnePlus One, MotoG3) but when I’m trying it on a Sony Xperia Z2 I’m getting the error "Cannot find image data"
after taking a picture.
I have noticed that on the working devices after taking a picture there is a ‘confirmation screen’ where the user can decide if the image is good enough to go to the cropper, however there isn’t on the Z2, the cropper flashes up and then disappears before throwing the error.
The .openPicker()
function works great on all devices.
Potentially a problem with the Sony camera not going through the same motions as the stock android camera?
Not sure how to provide a stack trace, let me know if there’s more info that I can provide.
Awesome library 😃 thanks!
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15 (8 by maintainers)
Ok will see what I can do!