I have a Compose Multiplatform App targeting Andro...
# compose-web
a
I have a Compose Multiplatform App targeting Android, iOS, Web and Desktop. There is scrolling issue with Column in Web. It does not scroll at all. Not getting why.
s
Try draggable modifier. Check this: https://stackoverflow.com/questions/70774033/compose-for-desktop-lazyrow-lazycolumn-not-scrolling-with-mouse-click I applied this, now it scrolls, but too slow, not smooth.
179 Views