Search code examples
accessibilityuwp-xamlaccessibility-api

Is there a way to turn off narrator scan mode on for specific XAML page in UWP?


When Narrator is on, It's automatically scanning the page and reading entire page content. I need stop Narrator scan mode on in UWP. Is there is any specific API's are available to use in UWP. Please provide any solution or suggestion to handle this issue.


Solution

  • Is there is any specific API's are available to use in UWP.

    I have to say no, the Narrator is controlled by the system. Currently, there is no API from UWP that could directly control the behavior of Narrator.