react-native-swipe-list-view icon indicating copy to clipboard operation
react-native-swipe-list-view copied to clipboard

Behaviour when 'voice over' is ON.

Open rimzici opened this issue 6 years ago • 2 comments

Can something be done about the swipe right/left behaviour when 'Voice Over' mode is ON in IOS ?
I think right now the SwipeRow component does not take any properties related to accessibility, or handles any.
Issue is, in IOS when 'Voice Over' is turned ON there is no way to swipe right/left(at least I could not find). Surprisingly in Android when 'Talkback' is ON, it seem to work just fine(can swipe using 2 fingers). Was just wondering if anything could be done about it in IOS.

I have been trying with accessibilityTraits property in IOS. Tried assigning 'allowsDirectInteraction' on the SwipeRow's gesture handing view, at least to get it work. Here it works just as it would in normal mode, but issue was all the children(visible/hidden contents) too inherits 'allowsDirectInteraction', could not override it on the children.

Will be happy to do a PR if I succeed and would really appreciate any suggestion. Thanks!

rimzici avatar Jun 20 '18 07:06 rimzici

@rimzici This is a long outdated issue but just wondering if you were able to make any progress here? I'm not very familiar with accessibilityTraits so I'd love to hear about it!

jemise111 avatar Feb 11 '20 18:02 jemise111

Hi,

So far haven't been able to work that around, since it was not in the priority list kept it aside.

I believe there were some major updates in accessibility part with RN v0.60. I will try that and get back.

rimzici avatar Feb 12 '20 09:02 rimzici