-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Meta] Pull to refresh issues #9766
Comments
Please also consider disabling pull to refresh after the user has started to fill out a form:
|
Hi, @caugner thank you for the notice! |
Maybe off-topic, but would be possible to link the feature to a |
See also #9799 - that should be fixed too before re-enabling, and doesn't seem to be covered by the existing issues on this ticket. |
My Nightly still pulls to refresh, despite being on the latest Play Store version. This is really frustrating, because I keep losing form input (e.g. on Twitter and in Mattermost). |
Play Store updates are paused due to https://bugzilla.mozilla.org/show_bug.cgi?id=1628413. |
@liuche PWAs can currently be refreshed via the site control notification. |
Sorry for off-topic but please consider making pull to refresh optional. That is really irritating for some people with accessibility problems like me. Thank you for all your hard working. Stay safe. |
Thank you for this suggestion @3j9fkyahunqoxwqu, note that I will add a feature request regarding this. |
Very nice feature, love it! |
I am trying to build a website with a canvas to draw on. This requires me to prevent the pull-to-refresh. I took a look at this stackoverflow post and tried the following, simultaneously:
Firefox nightly still performed the pull-to-refresh gesture. On Chrome adding the |
As a module owner of DOM Events, I can say this is obviously a bug of Fenix because |
And Gecko makes touch events cancelable except |
I've filed #16574, mozilla-mobile/android-components#9043 and #16576 on the webcompat issues enumerated in the previous comments. @Mugurell, could you please add those to the list? |
Also #16661 |
I'd be fine with just having a refresh button top-level. rather than inside the menu, tbh. |
Does anyone know if there is any progress on this issue? This is the only reason why I am not using the release version, and I can imagine it is for other people as well. |
Related discussion on Reddit recently |
Anyone that can tell when this will be available for stable? Been for years now.. |
This should be a solution, let you optionally add the refresh button next to the address bar. |
Maybe it could be enabled in Beta? |
Another related discussion on Reddit about this recently. |
Firefox Beta for Android now supports collections so you can install all kind of plugins made for the main firefox browser and there is a plugin "Pull to Refresh" that works very well for me on android, already tested it for about 2 weeks and no major problems so far. Also thanks to collections, i could test more plugins and some of them work really well in the firefox android browser too. |
@davi-ro |
Find/Add desired plugins into your custom collection, from firefox browser on pc. When using firefox on android you won't see all the addons that firefox has. |
Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1807071 Change performed by the Move to Bugzilla add-on. |
After enabling "pull to refresh" in #3262 a number of issues were discovered.
Most of the issues relate to the following:
No differentiation between inner / outer level scrolls.
We should only show the throbber for top level scrolls.
GV ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=1627737
For websites with their own touch handlers but which do not consume the scroll we should allow pull to refresh.
GV ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=1633322
Other browsers like Fennec (based on the behavior of the AwesomeBar / overscroll effect) or Chrome correctly support this.
This needs a deeper investigation and maybe a complete rethink of how pull to refresh / dynamic toolbar works.
For websites with their own touch handlers we might show a glimpse of the throbbler.
GV - ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=1631754
No actual differentiation between zooming / scrolling gestures - [Bug] Pull down to refresh works for any swipes #10241
"Cancel" on a repost prompt doesn't hide the throbber - [Bug] pull to refresh on form submission is buggy #9799
Allow users to disable gesture based features - Allow users disabling gesture based features #10240
Issues with google maps' bottom sheet:
Support more CSS and Event properties related to pull to refresh - https://bugzilla.mozilla.org/show_bug.cgi?id=1679316
Avoid unintended refreshes - [Pull To Refresh][Bug] Pull to refresh should only trigger at the start of a pan gesture, not during a gesture which already resulted in scrolling #16577
As such we will disable pull to refresh until all of the above issues are resolved.- [x] #9770With most of the issues fixed this is ready for nightly but should not get into Beta / Release until all issues are fixed.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: