Afzal Najam
12/31/2021, 8:13 PMLazyColumn
, second one is just Column
with verticalScroll
modifier.
Edit: Looks like this is related to d-pad navigation because when I swipe using scrcpy
, all the rows are there.sorianog
12/31/2021, 8:57 PMAfzal Najam
12/31/2021, 9:02 PMsorianog
12/31/2021, 9:49 PMAfzal Najam
12/31/2021, 9:50 PMJon Boekenoogen
01/01/2022, 12:15 AMFunkyMuse
01/01/2022, 2:10 PMJon Boekenoogen
01/01/2022, 6:18 PMTarjeison
01/04/2022, 10:19 AMrememberLazyListState
and scrollBy(px)
to center the items upon focus (scrollToIndex()
also should work). We’re on version 1.0.5. We experienced the same issue as you, and it seems it’s related to the items not being visible.Afzal Najam
02/09/2022, 6:52 PMscrollBy
and scrollToIndex
, I think scrollBy
worked but animateScrollBy
didn’t.
Would it be possible for you to share that part of the code by any chance?Tarjeison
02/10/2022, 8:31 AMAfzal Najam
02/10/2022, 5:22 PM