<https://developer.android.com/reference/kotlin/an...
# compose
n
scrollable2D was released in compose 1.9.0, and in compose multiplatform 1.9.0 it was available in CMP, but on desktop the scroll is not working with mouse, whereas same code works on mobile. This should work right? as 1D scrollable modifier works with mouse
s
Sadly, it's a known issue on the Jetpack Compose side. They did not implement mouse wheel support in scrollable2D. I'm trying to get them to do it, but for now it is not usable on desktop.
👍 2