translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

How can I make a MasterDetailPage icon VoiceOver accessible?

Stackoverflow

My Xamarin.Forms app's main page consists of a MasterDetailPage that looks like the following:

Tags: 
  • ios
  • xaml
  • xamarin.forms
  • accessibility
  • voiceover

The Narrator ignores AutomationProperties.Name when it is in scan mode

In my UWP app I have TextBlock:

<TextBlock Text="Text0"
AutomationProperties.Name="Text1" />

Tags: 
  • xaml
  • uwp
  • accessibility
  • textblock
  • narrator