Hello guys, I'm trying to understand how to use accessibility in some controls, I suspect that is not working, in particular:
- inside a label, with IsInAccessibleTree set to true, Name and HelpText are ignored (just the text of the label is read)
- inside an Entry same thing, just the placeholder is read and the rest is ignored
- same inside a DatePicker (all ignored and the data is read)
I'm currently testing on Android, with Xamarin 3.6..thanks