I'm having a very strange issue.... Our applicatio...
# compose-ios
d
I'm having a very strange issue.... Our application is 50 / 50 mix of compose and swift UI currently and has a bottom tab bar completely controlled by SwiftUI. The issue is as following 1. Open the app and land on a tab which is just a SwiftUI wrapper around a composable. 2. On a button click, push down the stack into a fully native SwiftUI view 3. here comes the fun one 4. If i navigate back to the top level view (the one with the composable) WHILE the swiftUI ScrollView is in the middle of scrolling, All touches stop working on all the composable. That is until I navigate back into that same view and leave WHILE NOT scrolling... then they all become active again... Probably one of the more wild issues iv faced in my life.... Any ideas?
k
Could you provide a small sample?
d
I can try to reproduce with a smaller version of what we have.
@Konstantin Tskhovrebov was able to put together a small example to demonstrate the problem
k
I meant a project on the github
d
I can put that together
k
yes, please. the real project will help a lot
d
👍 You will have that by your tmr morning.
sso @Konstantin Tskhovrebov version 1.6.0-beta02 seemingly resolved this problem. I updated last night and it went away