Open
Bug 1914416
Opened 1 year ago
Updated 10 months ago
Android: Consider implementing automatic page reload upon network reconnection
Categories
(Firefox for Android :: Browser Engine, enhancement)
Tracking
()
NEW
People
(Reporter: acreskey, Unassigned)
References
(Blocks 4 open bugs)
Details
Attachments
(2 files)
On mobile devices, where network loss is more frequent, consider implementing an automatic page reload once the connection is restored.
Consider this scenario:
A user loads a web page.
The network connection is lost (e.g., they move out of Wi-Fi range).
They click on a link or attempt to load a new page.
They are presented with the "No internet connection" error screen.
The user must manually tap "Reload" when the network is back.
Improving the user experience, Firefox could automatically reload the page when the network is restored, similar to how Chrome on Android handles this situation (see videos). This approach offers a more seamless experience for users.
| Reporter | ||
Comment 1•1 year ago
|
||
This is the user experience on Fenix when initiating a pageload with no network connectivity: the error page is displayed.
| Reporter | ||
Comment 2•1 year ago
|
||
This is the user experience on Chrome when initiating a pageload with no network connectivity: the error page is displayed and the page is automatically reloaded once the network connection is restored.
| Reporter | ||
Updated•1 year ago
|
Blocks: perf-android
You need to log in
before you can comment on or make changes to this bug.
Description
•