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 blind and use VoiceOver, and found that the two buttons in the toolbar on top of the Mio window are missing accessibility labels. The counterparts on iPhone are fine in the current Nio TestFlight build.
The text was updated successfully, but these errors were encountered:
That actually looks like a macOS SwiftUI bug. I was already using a proper Label element as the Button content, but even attaching an explicit accessibility(label:) doesn't make a label show up in the accessibility inspector. Nor does using the exact same setup on iOS (which doesn't use Label, but Image w/ .accessibility(label:)) change anything.
I moved the preferences to a window on macOS, which makes more sense anyways.
Is this resolved with the removing of the catalyst version? IIRC Mio did replace the catalyst?
helje5
changed the title
Settings and New Chat buttons are missing accessibility labels in the Mio Catalyst version
Settings and New Chat buttons are missing accessibility labels in the Mio version
Aug 5, 2021
I'm blind and use VoiceOver, and found that the two buttons in the toolbar on top of the Mio window are missing accessibility labels. The counterparts on iPhone are fine in the current Nio TestFlight build.
The text was updated successfully, but these errors were encountered: