Reputation: 53
I am testing the AutomationProperties class to make the app accessible. But I don't understand why the HelpText or Name properties that are to help name/describe an element, also occupy space in the visual interface. I have searched the internet and in the documentation and I have not found anything that explains this. Can someone explain it?
Empty property:
Using HelpText:
Using Name:
Upvotes: 2
Views: 1077
Reputation: 5119
I have done a lot of native accessibility before, even using Xamarin iOS & Xamarin Android for accessibility, and I have never encountered issues like that before. You are right that the Automation Properties was the Xamarin Forms version of helping to make the app accessible. And this behavior is not appropriate for accessibility. Seems like a bug in Xamarin Forms Automation Properties.
Upvotes: 1