-
Notifications
You must be signed in to change notification settings - Fork 1.9k
VoiceOver on Toolbar Item #29573
Copy link
Copy link
Labels
platform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/a11yRelates to accessibilityRelates to accessibilityt/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
platform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/a11yRelates to accessibilityRelates to accessibilityt/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
I have to add voice over description on toolbar item in MAUI for both the platforms iOS and Android. Using SemanticProperties.Description does not work, instead AutomationProperties.Name worked.
But according to the official documentation [https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/accessibility?view=net-maui-8.0], AutomationProperties Name property is deprecated and suggested to use SemanticProperties Description property.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.100 SR10
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
iOS
Affected platform versions
Android
Did you find any workaround?
No response
Relevant log output