trafi / anchor-bottom-sheet-behavior

BottomSheet behavior with collapsed, expanded and anchor states
Apache License 2.0
173 stars 25 forks source link

scrollView inside bottomSheet #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

scroll view and list view have scroll problem when we put them inside anchor-bottom-sheet-behavior

actually android:nestedScrollingEnabled="true" not woking while its working with normal bottom sheet.

justasm commented 6 years ago

Hi, could you please provide:

We haven't tested ScrollView and ListView children, although we use RecyclerViews extensively.

ghost commented 6 years ago

ScrollView and ListView scroll down normally but can not scrolled up.

but NestedScrollView working right Instead ScrollView

and NonScrollListView inside NestedScrollView working right instead ListView.

thanks.