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
I'm having accessibility issues with this component. When using the Accessibility Inspector, it does not read the content of MenuView and only reads that there is a button there. In my case, it list the text "Hello" as the label and an indicator that a long-press action is enabled.
When using the voice over navigation buttons it skips over the text.
You can see in the node hierarchy (as voice over sees it), the nodes end at the MenuView:
I'm having accessibility issues with this component. When using the Accessibility Inspector, it does not read the content of
MenuView
and only reads that there is a button there. In my case, it list the text "Hello" as the label and an indicator that a long-press action is enabled.When using the voice over navigation buttons it skips over the text.
You can see in the node hierarchy (as voice over sees it), the nodes end at the MenuView:
This is the JSX that I've implemented:
The text was updated successfully, but these errors were encountered: