SuperRabbitD / NumberPicker

Apache License 2.0
152 stars 28 forks source link

Wheel Picker not working inside scrollbar Android #6

Open swapnikap opened 5 years ago

swapnikap commented 5 years ago

Wheel Picker not working inside scrollbar Android

SuperRabbitD commented 5 years ago

Checking....

mgursch commented 4 years ago

It is not usable within a ScrollView - handling touch events wrong

AlejandroHCruz commented 3 years ago

Yes, it also doesn't work for me when using inside an AnimatedExpandableListAdapter. I think what has to be done is to make WheelPicker extend NestedScrollView instead of extending the View class.

This post on StackOverflow could result of interest as well.