chips input inside scrollview issue
Opened this issue · 5 comments
dkgupta2501 commented
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
i have same problem
rishabhsri20 commented
Any solutions??
SGL-IGiS commented
Same issue faced,any Solution found please Do comment, will help more people like facing same issue
thanks.
JobGetabu commented
:(
nicolasrodf commented
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