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
Hello 👋 I was looking for a way to trigger talkback on Android when the modal opens. The accessibility parameters of the open function of the Android imperative API doesn't seem to work properly. Passing, aria-modal or aria-label doesn't seem to change anything when activating talkback on an Android device. I'm kinda new to accessibility on mobile apps but I think it should say the label out loud for example. Maybe I am doing something wrong or misunderstanding something ? I looked at the code of the imperative API and it doesn't seem to take the accessibility parameters into account.
Bug report
Summary
Hello 👋 I was looking for a way to trigger talkback on Android when the modal opens. The accessibility parameters of the
open
function of the Android imperative API doesn't seem to work properly. Passing, aria-modal or aria-label doesn't seem to change anything when activating talkback on an Android device. I'm kinda new to accessibility on mobile apps but I think it should say the label out loud for example. Maybe I am doing something wrong or misunderstanding something ? I looked at the code of the imperative API and it doesn't seem to take the accessibility parameters into account.Reproducible sample code
Steps to reproduce
expo start
and run on an Android emulator / deviceDescribe what you expected to happen:
aria-label
propEnvironment info
Expo SDK 52.
npx react-native info
output:datetimepicker version: 8.2.0
Android version : 12
The text was updated successfully, but these errors were encountered: