Using Xamarin.iOS, I know how to post a queued accessibility announcement, so that it doesn't cut short any VoiceOver stuff being read aloud currently. However, how can I prevent VoiceOver stuff that I don't control from cutting short my announcements?
For example, if I queue an announcement so that VoiceOver speaks the name of each page as it opens, the announcement is often cut short by the accessibility focus appearing on the first control on the page. I don't want to delay the page becoming responsive, but I do want to hear the page name before the AccessibilityName of that first control is read out. Is there any way to make this happen reliably?
Answers
I think this solution answers your question .
Code in Xamarin