JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
14.85k stars 1.08k forks source link

`PullRefreshIndicator` in `LazyColumn` on Desktop #4708

Closed imknown closed 3 weeks ago

imknown commented 3 weeks ago

Already checked:

Just want to use androidx.compose.material.pullrefresh on Desktop and Browser.
But I cannot pull down the LazyColumn on Desktop. This Composable works on Android & iOS.

MatkovIvan commented 3 weeks ago

Duplicate of #4436

it will not trigger this logic because it explicitly waits dragging, but scrollable modifier disables dragging for mouse.