1

I am attempting to implement a functional LazyColumn within a ScrollView in XML. Unfortunately, the nestedScroll functionality of the LazyColumn is not working as expected. I have provided a simplified project on GitHub, specifically designed to showcase this problem: https://github.com/emoiroux/TestNestedScrolljetpackCompose.

I have tried Modifier.nestedScroll(rememberNestedScrollInteropConnection()) on the LazyColumn. I was expecting the LazyColumn to work with the parent XML scrollView.

1
  • Please provide enough code so others can better understand or reproduce the problem. Commented Jul 16, 2023 at 19:34

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.