This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[✨] Ability to handle "no internet" mode #105
Labels
[STAGE-2] incomplete implementation
Remove this label when implementation is complete
[STAGE-2] not fully covered by tests yet
Remove this label when tests are verified to cover the implementation
[STAGE-2] unresolved discussions left
Remove this label when all critical discussions are resolved on the issue
[STAGE-3] docs changes not added yet
Remove this label when the necessary documentation for the feature / change is added
[STAGE-3] missing 2 reviews for RFC PRs
Remove this label when at least 2 core team members reviewed and approved the RFC implementation
Is your feature request related to a problem?
On a mobile device, when users go offline randomly, prefetching might not work
Then a user can click a button, and just see no response.
Describe the solution you'd like
Idea: a way for either the Qwik Loader or some other plugin that get prefetched first to let the user know that code is not loaded because they are offline.
So once a user clicks the button, they see a message (which could be a generic one customized by the app's devs) that interactivity is not possible because they are offline.
This is still a rough idea, but I think it's going to be a common use case where prefetching might fail and users won't know why the app looks interactive but it's not.
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: