Swipeable hides components from VoiceOver when enabled={false} #4292
Unanswered
SpasiboKojima
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a list of chats where 1-to-1 chats can be deleted with Swipeable actions and group chats can not. For group chats I do
enabled={false}and the underlying button keeps working with touch gestures, but it gets skipped by VoiceOver completely.It shouldn't happen, should it? Or is it the
GestureDetectorthat does it, since I can see thatenabledonly disables gestures in it, as it should?Beta Was this translation helpful? Give feedback.
All reactions