Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Android: Fix not clickable via TalkBack#1190

Open
terreng wants to merge 1 commit intoreact-native-menu:master from
terreng:terreng-patch-1
Open

Android: Fix not clickable via TalkBack #1190
terreng wants to merge 1 commit intoreact-native-menu:master from
terreng:terreng-patch-1

Conversation

@terreng
Copy link

@terreng terreng commented Nov 25, 2025

Overview

Fixes #1189 by forwarding the child's click event to the parent menu.

The issue: The menu trigger isn't clickable via TalkBack (screen reader) on Android. You can select the menu button, but clicking it does nothing. It works fine without a screen reader, and on iOS with or without VoiceOver.

Test Plan

<MenuView
 actions={[{
 id: 'share',
 title: 'Share Action',
 }]}
>
 <Pressable>
 <Text>Open Menu</Text>
 </Pressable>
</MenuView>

Without the fix:

  • Tapping it works
  • Turn on TalkBack on Android, and observe that you can select the item, but clicking it does nothing

With the fix:

  • Tapping it works
  • Turn on TalkBack on Android, and observe that clicking it now works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@Naturalclar Naturalclar Awaiting requested review from Naturalclar Naturalclar is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Android, Accessibility: Not clickable via TalkBack when child is a Pressable

1 participant

AltStyle によって変換されたページ (->オリジナル) /