cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
534 stars 65 forks source link

VoiceOver no longer states "actions available" for elements with custom actions #159

Closed NickEntin closed 7 months ago

NickEntin commented 9 months ago

In iOS 16, VoiceOver no longer states "actions available" for elements that have custom accessibility actions. We should remove this text from the legend.

NickEntin commented 8 months ago

Possible this changed in iOS 15. Need to verify through #67.

RoyalPineapple commented 7 months ago

This is configurable through Settings> Accessibility> VoiceOver> Verbosity> Actions. The default value still contains "Speak" which triggers the "Actions Available" announcement. AccessibilityActions

NickEntin commented 7 months ago

Ahhh I must have accidentally changed this. I'll go ahead and close out the ticket. Thanks!