<Wrong navigation with TalkBack> I have the follow...
# stackoverflow
u
Wrong navigation with TalkBack I have the following problem I have a layout with multiple views, one is a custom view which contains two textviews, lets say A and B, and a RecyclerView, lets call it C When I use TalkBack and I swipe right, it goes from A to B and from B to C correctly. When I go back it goes from B to A correctly, but when it focuses C (first element of the RecyclerView) and I swipe left, it jumps to the element that's before the custom view in the layout. Something like this: <a...