If the scroll view has bouncing enabled it is very easy to accidentally trigger a pull to refresh action while scrolling the view up. The view will bounce using the momentum and velocity, reaching the threshold and thus triggering the action.
I think it should only be triggered while a user is dragging the view down (still touching the screen with their finger).
If the scroll view has bouncing enabled it is very easy to accidentally trigger a pull to refresh action while scrolling the view up. The view will bounce using the momentum and velocity, reaching the threshold and thus triggering the action.
I think it should only be triggered while a user is dragging the view down (still touching the screen with their finger).