-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to "reload without caching" (long press gesture on reload button) #7024
Comments
Idea - do this through a keyboard shortcut, as it's for a very savvy user |
Hello, is this issue still valid btw? If so i'd like to be assigned this issue if possible. |
I started looking at adding a keyboard shortcut for "reloading tab without cache" and i have one question, should tab.reloadFromOrigin() be triggered for a cache-less reload? I'm only wondering because command+r already triggers tab.reload which calls reloadFromOrigin() if there is no error page. This would make the new keyboard shortcut redundant since command+r would behave like the new keyboard shortcut. |
Please close per #6009 |
Reopened since needs QA. It can be tested the shortcut appears in the discoverability shortcuts on iPad, and that the shortcuts Ctrl + F5 indeed reload the tabs without cache. |
@lmarceau does this require something from my side? |
@MincDev no! Our team of QA will be picking this up shortly to test the changes. Thanks |
➤ Simion Basca commented: Marking as verified fix on 108 (22578). Note that the shortcuts are not functional with magic trackpad. This issue is tracked at #12479 ( https://github.com/mozilla-mobile/firefox-ios/issues/12479|smart-link ) |
Hi! Is it in production already? I have iOS 15.0.2, latest (available) Firefox (111.1?) and can't find/see it |
@efojs yes it's supposed to be released. You don't see the shortcut when holding the |
On iOS? Is it for debug mode when paired with computer? |
The "reload without cache" keyboard shortcut works when you have a keyboard paired with your iOS device (either a phone or iPad). If you press |
Oh, nice. Thank you. I don't have external keyboard. |
@efojs this was in my original PR, but the requirement was changed to the keyboard reload. |
It's a pity. Would be handy to have it on long tap or in the menu But maybe I'm wrong and it always just hard reloads? |
If you wish you can open another feature request and link to this one, since this one was modified then done/closed. Thank you for raising this! |
Steps to reproduce:
Long press of the reaload button
Actual results:
A menu pops up showing
Request desktop version
Reload without tracking protection
Expected results:
Also allow to reload "without using the cache". Similarly to what Ctrl + F5 does on the desktop version.
This simplifies testing in webdevelopment and is an intuitive approach to desktop behaviour. Instead of having to navigate through the settings and delete all data of a website.
Via : https://bugzilla.mozilla.org/show_bug.cgi?id=1653811
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: