Hi all :wave: I have been facing some accessibili...
# compose
v
Hi all 👋 I have been facing some accessibility issues while using HorizontalPager that has vertically scrolling Pages with two LazyRows within it. Most of the times, when a page is scrolled, the focus automatically jumps to the last visible item on that page (last item from the the second LazyRow in this case) regardless of where the focus was on the page before. I have a sample layout design in this video of how the focus behaves. I would like to have the page focus to move from top to bottom on scrolling to a new page. On forcefully setting the focus to the top of the page after it has settled, does not solve the problem because 1. The change of focus from the bottom to the top is slightly visible when the page settles. 2. On vertically scrolling the page, at times it jumps back to the last item again. I have been looking if anyone has faced a similar problem before but couldn’t. Please direct if it has already been discussed. Thank you.