-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compose LazyColumn not scrollable #2602
Comments
I will try to take a look soon. |
@Abhimanyu14 Thank you very much for the sample, that's helpful: I reproduce the problem. However, I didn't find a way to make it work (by changing the values passed in the So I connected my mouse via bluetooth to the device to inject "real" scroll events (without scrcpy being involved at all), and the problem is exactly the same: scroll.mp4Therefore, the problem is probably with Compose. |
This a software similar to compose.mov |
Which software is it? Could you create a custom view in a sample Android app and log scroll and touch events? Which events does it trigger on scrolling? (I'm pretty sure it's not scroll events, but I'm interested in what it does) |
Software - https://www.apowersoft.com/phone-mirror |
This has no practical impact (AFAIK), but a scroll events should come from a mouse. Refs Genymobile#2602 <Genymobile#2602>
Tracking issue from this StackOverflow post: https://stackoverflow.com/questions/68954790/why-is-lazycolumn-not-scrollable-using-mouse-but-recycler-view-is
https://stackoverflow.com/questions/68954790/why-is-lazycolumn-not-scrollable-using-mouse-but-recycler-view-is/68964204#comment121884201_68964204
Minimal sample to reproduce: https://github.com/Abhimanyu14/compose-scroll
EDIT: oops, I missed the initial issue #2598. I keep this one because the discussions are there.
The text was updated successfully, but these errors were encountered: