Is the fling gesture supposed to work in iOS? I've...
# compose-ios
p
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
1.6.11 - not working 1.7.0-alpha02 - working
a
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
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