Closed TalkwondoMint closed 6 days ago
I want to implement the indictor to move with a button click. i have version 5.
i looked at the library and try to move it by the fucntion within:
Button( onClick = { coroutineScope.launch { pagerState.animateScrollToPage(nextPage + 1) } } ) { Text("click to skip") }
but it does not work... any other way?
Hello @TalkwondoMint , I can't reproduce, the animateScrollToPage method is working well on my side.
animateScrollToPage
I'll close this issue for now. Please provide more information if needed
I want to implement the indictor to move with a button click. i have version 5.
i looked at the library and try to move it by the fucntion within:
but it does not work... any other way?