ivpusic / react-native-image-crop-picker

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

Accessibility issue: Unable to select the images while accessibility on in Android/IOS #1965

Open ArjunPatidarRadix opened 1 year ago

ArjunPatidarRadix commented 1 year ago

Version

Tell us which versions you are using:

Platform

Tell us to which platform this issue is related

Expected behaviour

It should select the photos from the gallery on double tap while accessibility on

Actual behaviour

I'm making my app accessible with voice over IOS and talk android, But when the ImagePicker.openPicker({ and I'm unable to access and select the photos.

Steps to reproduce

  1. Turn on voice-over in IOS from the setting

  2. call ImagePicker.openPicker({

  3. Try to select the images on a double-tap

Attachments

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

Nanjundan commented 7 months ago

https://github.com/ivpusic/react-native-image-crop-picker/pull/1439 This PR merge will help you on the issue