-
Notifications
You must be signed in to change notification settings - Fork 217
how can i use with CoordinatorLayout ? #59
Comments
@guomin0999 do you have any specific error? |
I am having this problem when using your |
Also the progress circle view is only visible very intermittently when scrolling up (or down). The nice animation isn't shown at all and in the refreshing state, the progress view is not visible as well. That is probably due to the scrolling behavior of the CoordinatorLayout intercepting the touch events and makes this library currently unusable to me. |
The first issue has a work-around, so that is not critical, however the progress animator is something I like to see fixed. Both issues do not happen with the latest version of the SwipeRefreshLayout from the support library (but this one can not swipe down unfortunately). If you need an example to reproduce, here's a fragment and here's a layout with the CoordinatorLayout. Maybe fixing this is just a matter of "upgrading" the related methods to the latest version of the upstream SwipeRefreshLayout? |
how can i use with CoordinatorLayout ?
The text was updated successfully, but these errors were encountered: