I was working on accessibility implementation.Everything works fine except for one screen where I have two fragments added to my activity.
The thing is that the talkback focus is set on the elements of the underneath fragment.
Do you know if there is a way to set the talkback focus on the top fragment ? I just want to move the accessibility focus to fragment that is on top of the stack.
The thing is that the talkback focus is set on the elements of the underneath fragment.
Do you know if there is a way to set the talkback focus on the top fragment ? I just want to move the accessibility focus to fragment that is on top of the stack.