Hello, if I upgrade to Kotlin `1.6.0` and Compose ...
# compose
j
Hello, if I upgrade to Kotlin
1.6.0
and Compose to
1.1.0-beta04
my Webview (inside AndroidView) in LazyColumn doesn’t scroll anymore. I tried to change to Column with verticalScroll but same issue. I can’t find any change related to this. Any help?
a
there were some changes in touch event processing that may have impacted this, @George Mount?
g
Sadly, I had to revert the change that made that work. I will have to fix it in a different way. https://issuetracker.google.com/202569585
j
Okay thanks for the answers 🙏