pchmn / MaterialChipsInput

Implementation of Material Design Chips component for Android
Apache License 2.0
2.63k stars 383 forks source link

chips input inside scrollview issue #82

Open dkgupta2501 opened 6 years ago

dkgupta2501 commented 6 years ago

inside scrollview, i am using chipInput ,its working perfectly but when i scroll the layout from from top, its not scrolling, what should i do for that.

wiliarko commented 6 years ago

i have same problem

rishabhsri20 commented 5 years ago

Any solutions??

SGL-IGiS commented 5 years ago

Same issue faced,any Solution found please Do comment, will help more people like facing same issue thanks.

JobGetabu commented 4 years ago

:(

nicolasrodf commented 4 years ago

You can clear focus from chip_input listening scroll status of scrollView:

scrollView.getViewTreeObserver().addOnScrollChangedListener(new OnScrollChangedListener() { @override public void onScrollChanged() { chipsInput.clearFocus(); } });

This clear focus and you can scrolling