I have this view hierarchy in shared, it works fin...
# compose-ios
k
I have this view hierarchy in shared, it works fine on android side but on ios lazy column does not scroll, neither does the scroll bar on top... This view is being used inside a SwiftUI view.
And when it does scroll, it seems like it is scrolling on it's own will, there is no smooth scroll for either.
t
If you could share the SwiftUI code that might be helpful. Off the top of my head, make sure that the SwiftUI you are embedding into does not have any scrolling enabled. Scroll on Scroll does not work well if at all.
k
Thanks bro... It was not the scroll but my custom logic for swipe navigation... Working fine now, but I need to find the alternative for that..
👍 1