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
TalkBack tries to label the TouchableHighlight with the panel contents.
For example, if you have a panel containing a label and a button Talkback would read "Panel header, Button Label" for the whole panel and you could swipe to the button but not to the label. Ideally Talkback would allow you to swipe through to the label and the button instead.
TalkBack tries to label the TouchableHighlight with the panel contents.
For example, if you have a panel containing a label and a button Talkback would read "Panel header, Button Label" for the whole panel and you could swipe to the button but not to the label. Ideally Talkback would allow you to swipe through to the label and the button instead.
Setting importantforaccessibility={'no'} on the TouchableHighlight would probably fix this?
The text was updated successfully, but these errors were encountered: