Hello, I have created a column with vertical scrol...
# compose
c
Hello, I have created a column with vertical scroll enabled, which has 5 rows having horizontal scroll enabled. Sometimes when I scroll over them very fast vertically, rows consume the swipe gesture and don't scroll and appear like the application is lagging. can someone guide me on how I can only enable row scrolling till some
x
amount of horizontal scroll has happened.
1
I have open issue on official issue tracker, Please star for it be noticed : https://issuetracker.google.com/issues/228754545
For workaround I used Recycler View in Jetpack compose as my Column, but new bugs have started to appear because of that.