I have created an Overlapping layout of avatars with custom measurement policy. I did this to handle dynamic text.
The problem is that in talkback mode, I can’t get it to focus on each avatar one by one. For someone reason it merges all it’s children into one and speaks out their individual ContentDescritptions in on breath.
What I want is to allow user to swipe and navigate to each individual avatar in the group so as to announce their contentDescription only when focused. Does anyone know how can I achieve this behavior?
I am attaching a demo video of how talkback is currently behaving with my overlapping layout of avatars.