Andy Yoonchul Jeong
Andy Yoonchul Jeong
Could you provide minimal reproducible sample code?
I can't reproduce your issue on my environment with following layout hierarchy: ``` CollapsingToolbarScaffold └ AndroidView(with modifier = verticalScroll) └ RecyclerView (with 100 items) -- also tested with WebView ```...
I have tested with WebView with scrollable contents, namely https://stackoverflow.com/, but it looks to work fine. https://user-images.githubusercontent.com/3233503/179551230-7c48d18b-87cb-420f-8969-ab40bc5cc895.mp4
I am looking at the implementation of LazyList, though I'm not sure what is going on exactly, it seems that `animateScrollToItem()` does not dispatch nested scroll. If this is true,...
> Any update on this issue? acing the same issue or any work around I think we should manually expand or collapse the toolbar. Given `animateScrollToItem()` and `expand()`/`collapse()` is a...
@aniluMango Sorry for the late response, I see no problems in your given code. Maybe there some are reason if it does not work? The following is my tested code,...
That seems to be related to flinging behavior, what version of the library are you using?
The flinging issue was fixed at 2.2.0. Can you try the latest version and tell me if your issue persists?
Can you check if this is the case? https://issuetracker.google.com/issues/197553056
Sorry for the delay. Unfortunately, I cannot reproduce your issue. May I ask you to double-check that the issue tracker one is not the case? If you are scrolling faster...