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

Android: AccessibilityHint not announced on Button or Picker

Open amarlette opened this issue 3 years ago • 4 comments

Description

Hint not announced on Button or Picker (This is likely related to #30842 and #30843, as these elements also do not properly support other accessibility attributes).

This issue is covered in-depth by parent issue #30847, please check there for more details.

React Native version:

v 0.63

amarlette avatar Feb 25 '21 23:02 amarlette

:warning: Missing Environment Information
:information_source: Your issue may be missing information about your development environment. You can obtain the missing information by running react-native info in a console.

github-actions[bot] avatar Mar 02 '21 19:03 github-actions[bot]

Parent issue has the RN version but not full environment info. That's generally helpful for whoever ends up looking at this. Add in react-native info info (and the link to the Snack you created: https://snack.expo.io/JDrZlRFtP)

chrisglein avatar Mar 02 '21 19:03 chrisglein

Thank you @chrisglein!

@blavalla do you have the environment info for this issue or is there a way to get it from the snack code so I can update it in this and other issues?

amarlette avatar Mar 11 '21 02:03 amarlette

picker components are deprecated

fabOnReact avatar Aug 24 '22 11:08 fabOnReact

CLICK TO OPEN TESTS RESULTS

The issue seems to be fixed with PR https://github.com/facebook/react-native/pull/34427 https://www.icloud.com/iclouddrive/06ay0sUWGCEInuqTQG_jskJAw#accessibility_hint_fixed_on_button

I remain available. Thanks

fabOnReact avatar Nov 18 '22 16:11 fabOnReact