Is the fling gesture supposed to work in iOS? I've tried various implementations of Column and LazyColumn in my app and on iOS I'm getting just scrolling but on Android scroll+fling. It seems like there is implementation for iOS in the source but it's just not working
Phil Bayfield
08/20/2024, 12:23 AM
1.6.11 - not working
1.7.0-alpha02 - working
a
Andrei Salavei
08/20/2024, 7:11 AM
Hi there. It works well for me on both versions. To investigate I need some info like code samples, repo video or some test project.
p
Phil Bayfield
08/20/2024, 9:56 PM
Thanks @Andrei Salavei, I'll have to see if I can put together a simple repo with that demonstrates the issue as the affected code is in a private repo