Android TalkBack can’t access content in a scrolling, focusable container
I need to create a scrollable container that’s accessible by keyboard. The container is a div with overflow: scroll, and I’ve set tabindex="0"
so that it’s focusable. While scrolling works with the keyboard and content is read correctly by NVDA on desktop, Android’s TalkBack screen reader can’t access the content inside of the container.
Android TalkBack can’t access content in a scrolling, focusable container
I need to create a scrollable container that’s accessible by keyboard. The container is a div with overflow: scroll, and I’ve set tabindex="0"
so that it’s focusable. While scrolling works with the keyboard and content is read correctly by NVDA on desktop, Android’s TalkBack screen reader can’t access the content inside of the container.