Open AndyVavrynets opened 11 years ago
@DavyJonesUA It seems that the fast scrolling UI intercepts touch events which might not work well with the way Smoothie tracks user interaction to know when to load items from the ListView/GridView. Let me investigate if there's a way to work around that.
@lucasr Thank you, a lot. I would wait for fix this issue.
I don't know what I am doing wrong, but when set fastScrollEnabled - true, and use this fast scroll images don't display on left column, but on right all good, and when I change to AsyncListView all works good too.
To reproduce this issue set in this sample https://github.com/lucasr/smoothie/tree/master/samples/gallery fastScrollEnabled="true" in XML-layout
Could, somebody, give me some solution of this issue?
Thanks a lot, DavyJonesUA.