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

Make list items accessible

Open v-miibr opened this issue 4 years ago • 5 comments

We noticed that one of the views for selecting images was not accessible and would like to make it accessible. This was based on user feedback.

v-miibr avatar Oct 17 '20 03:10 v-miibr

This is great! Currently the user is not able to select any photos in accessibility mode (VoiceOver), we need this! :)

shiweiwei114 avatar Oct 17 '20 03:10 shiweiwei114

You saved my day, @v-miibr It would be great if we can merge this change asap.

FrozenIce0617 avatar Feb 11 '21 18:02 FrozenIce0617

You should also add: cell.accessibilityTraits = UIAccessibilityTraitImage | UIAccessibilityTraitButton;

This will make it clear that it's an image that can be selected, and iOS will even sometimes be able to detect the contents of the image and read a description...super cool.

I'm using this patch and it's been working great. Should definitely be merged in with my suggested change!

marcshilling avatar Oct 05 '21 20:10 marcshilling

Any update on when will be this change available in the package?

pnikhilp avatar Apr 08 '22 13:04 pnikhilp

This would be super helpful for a lot of people, please consider merging this!

jan-happy avatar Aug 25 '22 12:08 jan-happy

Hello @ivpusic Can you consider merging this PR with AccessibilityTraits?

Nanjundan avatar Jan 20 '24 08:01 Nanjundan