ShawnLin013 / NumberPicker

:slot_machine: The android library that provides a simple and customizable NumberPicker.
MIT License
1.07k stars 240 forks source link

Issue scroll inside scrollview #188

Open sedestrian opened 3 years ago

sedestrian commented 3 years ago

There is a problem when trying to put this view inside a scrollview. The problem is that it calls requestDisallowTouchEvent() for any direction of scroll. If you set it to horizontal the vertical scroll should be handled by the parent, and viceversa