angular-material-swipe-to-refresh icon indicating copy to clipboard operation
angular-material-swipe-to-refresh copied to clipboard

Swipe to refresh (pull to refresh) for Angular Material

Results 4 angular-material-swipe-to-refresh issues
Sort by recently updated
recently updated
newest added
trafficstars

if you scroll down to the bottom of the page you can not scroll up again: `event.preventDefault()` prevents the browser from scrolling up again.

Hi! Thanks for your directive. I've been trying to find a working angular material P2R and it's surprisingly hard! Yours is the best I've come across so far... a couple...

In some cases, update can also happen from a button or anything other than swipe action. component should be showing in **refreshing** state in these cases. Providing a boolean two...

As [spec](https://material.google.com/patterns/swipe-to-refresh.html#swipe-to-refresh-behavior) says, refresh indicator should not move off screen when scrolling.