How to implement Accessibility in Desktop Compose

211 Views Asked by At

I am building an app with Desktop Compose Multiplatform for Windows and MacOS platform.
I need to add accessibility support for users.

In Android we have Accessibility Scanner and TalkBack to announce contentDescription and these tools also helps with suggestions related to sizing and alignment of UI elements.

But there are no official documentation / tutorials / support for Accessibility in Desktop Compose.

This issue ID 1336 is registered but not valid outcome.

1 How do I implement support for Accessibility in Desktop Compose. Kindly advice.
2. How the content Description can be announced to the readers
3. How to perform Accessibility Scanner, the way we can do in Android with tool Accessibility Scanner

0

There are 0 best solutions below