Is there a way to prevent delaying content touches...
# compose-ios
m
Is there a way to prevent delaying content touches when using a
UIKitViewController
within a Compose ScrollView? In the video: • the top video content is a SwiftUI Horizontal scroll view. • the vertical scroll is a
LazyVerticalGrid
a
m
@Andrei Salavei thank you so much!!
s
where do you place this? I have a test that fails on the iOS and it’s a lazy column that I have to vertically scroll to see the rest of the elements. This sounds like it could be the answer. Now the controll is a compose LazyColumn with no specific iOS UI all compose. is the interactive mode a top level configuration? I am using the standard CMP from the wizard. so using MainViewController.Kt
I followed a thread on youtrack and a github pr, fix in latest version of CMP updated to 1.7.3 and the test which scrolls now works.
👍 1