Hey all, I'm developing my first Compose app (long...
# compose
s
Hey all, I'm developing my first Compose app (long time server/web developer), and can't seem to get nice ios scrolling. I see from this blog post that it's supported (I'm on 1.6.11), but on my iPhone the scrolling is definitely not using the 'fling' like scrolling I'd expect to see. Is there anything in particular I need to do to enable it? Android scrolling works well.
c
can try #compose-ios for a more focussed group of compose ios folks im curious (im not an ios user so i can't really tell what the typical fling ux is) but if you download the latest template from here: https://kmp.jetbrains.com/ do you get any different behavior? im curious if maybe theres just some confusion between your compose version numbers vs kotlin version numbers, etc