How to deactivate pull-to-refresh everywhere?

Search This thread

Hendrix7

Member
Nov 18, 2023
29
6

I hate pull-to-refresh.​


Pull-to-refresh might seem like a helpful shortcut upon first sight, however, I find myself running into pull-to-refresh accidentally far more often than deliberately using it as a shortcut for refreshing.

Android developer options already thankfully offers the option to disable transition animations everywhere. This is a blessing because it speeds up the user interface and removes lags and saves battery. Since I disabled transition animations animations, I didn't even notice they are gone. That's how little I miss them.

However, there is another annoyance. A major annoyance. Pull-to-refresh.

Pull-to-refresh does more harm than good.​

Developers might think that "oh, pull-to-refresh is that new fancy thing that all apps have, so my app must have it too!", without considering whether the pull-to-refresh gesture is actually helpful.

In theory, pull-to-refresh seems like a helpful shortcut. In practice, pull-to-refresh is nothing but an annoyance.

Pull-to-refresh annoys the user by its presence, since takes energy and attention to be avoided, like avoiding to step on a mine.

Pull-to-refresh forces the user to scroll up slowly and carefully to prevent an unwanted refresh, and the user can not verify whether they are at the top of the page by pulling down. They have to resort to finger gymnastics such as shorter swipes and slightly scrolling-down before scrollin up to avoid running into pull-to-refresh by accident.

Refreshing can be made easily accessible in one second from the menu bar. There is no need to have a gesture for it.

Swiping down must exactly do one thing: move the page up. That's it. With pull-to-refresh, the result of swiping down becomes ambiguous, depending on the page's position.

Not all apps let you disable it.​

Some applications fortunately have an option to disable the pull-to-refresh effect, but some don't. And one of those who don't is Google Chrome.

Whoever had the idea to bring pull-to-refresh to Chrome / Chromium must have thought "what if we bring that pull-down-to-refresh thing from the Twitter app to a browser? If a social media app has it, why shouldn't our browser have it? It's the same thing in a different place! Am I not a genius? Call me Einstein!"

And so, it happened. In 2015, Google originally introduced pull-to-refresh to Chrome as an optional gesture. Users were able to opt out. However, in 2019, users woke up to a bad surprise after updating. One would expect improvements from an update, but this time, it was a betrayal. Pull-to-refresh was made mandatory. The only remaining way to disable it became using server-side CSS (body { overscroll-behavior:c ontain; } ).

As one would expect, Google outright neglected the avalanche of complaints by users in various online forums, where they describe having accidentally run into unwanted refreshes. Refreshes that cost them time, battery charge, amounts from their cellular data plan, and sometimes unsaved form data.

On Google Maps, the circle with the refresh animation even alternates its colour between the four Google colours. It almost appears it was deliberately made to rub it into the user's face that they refreshed accidentally. Will the user be happier about having refreshed accidentally if the animated refresh icon changes between four colours?

Is there any system-wide way to eliminate pull-to-refresh?