react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Android TalkBack fix

Open m-bert opened this issue 1 year ago • 0 comments

This PR solves issue when buttons don't activate after enabling TalkBack. When TalkBack is enabled, buttons don't receive MotionEvents, hence they don't go through orchestrator. However, performClick method is still being called. That allows us to manually activate required handlers.

These changes should also allow navigating with keyboard and fix activation of nested buttons.

m-bert avatar Sep 21 '22 10:09 m-bert