Hi all,
I am currently working on the desktop app using Jetpack compose. One of the requirements is to get talkback reading the components (description) loud for people with sight issues. I tried to use semantics and set contentDescription as described:
https://developer.android.com/jetpack/compose/accessibility, but seems like it doesn’t work for me. I am working on Mac and when I enable VoiceOver, it reads only the name of the app, when app is started or in focus, but it doesn’t focus any component from the app except the main window. I am not sure if this is a bug, or I just don’t know how to set it up, but any help is more than appreciated. If there is a working sample somewhere, or anything I can use as a reference, it would be really great.
Thank you very much in advance.