Did any of you already get compose 2d scrolling be...
# compose
f
Did any of you already get compose 2d scrolling behaviour working, including diagonal scrolling?
a
If you don't need nested scroll support or overscroll effect, it would be really easy to implement using
Modifier.draggable()
.
f
Okay, I’ll take a look!