pulltorefresh
Pull-to-refresh, sometimes written as pull to refresh or pulltorefresh, is a user interface pattern used in scrollable content areas on mobile devices and, in some cases, desktop applications. The pattern allows a user to trigger a content update by pulling the top of a list downward. When the user drags beyond a threshold and releases, a refresh action is started and a visual indicator—such as a spinner or progress bar—appears until the update completes.
Implementation typically uses touch event handling to detect downward drag from the top edge, a threshold for
Design considerations include preventing interference with normal scrolling, providing a clear and accessible indicator, handling failure
Usage: Commonly seen in news feeds, email, and social media apps where frequent updates are expected. Variants