Closed zabady closed 9 years ago
Which version of the widget do you use? Do you have a screenshot?
I am using the latest version, 2.0.
The first screenshot is the top of the listview, so when I pullToRefresh, it works perfectly, the second screenshot, is not the top of the list, so the normal behavior is scrolling up to the top and then pullToRefresh, but it doesn't scroll up, the pullToRefresh works disallowing the normal behavior of scrolling up, this doesn't happen with the tableview, it only happens on listview and on android, it works perfectly on iOS.
Thanks in advance.
OK, this is clearly an error in the module and not in the widget.
Please open an issue at https://github.com/iskugor/Ti.SwipeRefreshLayout
When I scroll up, the 'show' event is triggered and the refresh view or bar is displayed, so, I can't scroll up, scrolling up is canceled and the bar is displayed instead of scrolling up.
The bar or refreshView should only be displayed when the listview is displaying the first list items.
The bug is, can not scroll up on the listview on android, because scrolling up only fires the refresh event.