You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content of Modal can not be focused with Android's Explore by Touch when ReactFeatureFlags.dispatchPointerEvents is enabled.
Focus can be iterated through items with left-to-right swipe, but taps or dragging a finger over items do not focus them.
Looks like the issue was introduced in #46445.
Reverting this change in ReactViewGroup.onHoverEvent fixes this behavior.
This finding raises a few questions:
Why TalkBack works outside of modals?
What would be the drawback of reverting this onHoverEvent method?
Description
Content of Modal can not be focused with Android's Explore by Touch when
ReactFeatureFlags.dispatchPointerEventsis enabled.Focus can be iterated through items with left-to-right swipe, but taps or dragging a finger over items do not focus them.
Looks like the issue was introduced in #46445.
Reverting this change in
ReactViewGroup.onHoverEventfixes this behavior.This finding raises a few questions:
@javache, could you, please, take a look?
Steps to reproduce
yarn androidReact Native Version
0.83.1
Affected Platforms
Runtime - Android
Output of
npx @react-native-community/cli infoStacktrace or Logs
MANDATORY Reproducer
https://github.com/BlackCat1397/ReactFeatureFlags-dispatchPointerEvents-modal-TalkBack-accessibility-issue
Screenshots and Videos
Screen.Recording.2026-02-05.at.16.38.45.mov