Replies: 1 comment 1 reply
-
Did you build with NativeAOT? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In an avalonia application Windows Narrator (and other screen readers) can only read the window title.
I already tried an minimal avalonia application and in this Windows Narrator successfully reads the AutomationProperties (TextBlocks, Buttons, ...).
But I can't figure out, why in my productive avalonia application only the window title works.
I ensured .NET and Avalonia have the identical versions.
Any ideas where to look further?
Beta Was this translation helpful? Give feedback.
All reactions