daduck
daduck

Reputation: 386

Android Compose (TV) wrong focus when TTS is on

Using jetpack compose to create an APP for TV platforms and I've been trying to create a Vertical List of Horizontal Lists using a LazyColum/LazyRow having a enter Focus (first item Top Left), when enabled TalkBack the focus of the TTS goes to the closes item but the actual focus go to the Top Left [Wrong Focus I create this Repository with the example code https://github.com/daduck88/LazyColumnLazyRowsCompose/tree/main

TTS focus should follow app focus like this: Propper Focus

Upvotes: 1

Views: 291

Answers (0)

Related Questions