Skip to content
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

Offline Service Workers behaving inconsistently #8

Open
jackkoppa opened this issue Mar 19, 2018 · 0 comments
Open

Offline Service Workers behaving inconsistently #8

jackkoppa opened this issue Mar 19, 2018 · 0 comments
Assignees
Labels

Comments

@jackkoppa
Copy link
Owner

This is a:

[x] Bug Report
[ ] Feature Request
[ ] Suggestion

Expected Behavior

When viewing a list of cities (e.g. Shanghai, Mumbai), and then losing internet connection, those cities should still be available on the next refresh. As well as the full list of city names.

Actual Behavior

It looks like, once again, this offline behavior is inconsistent. Often, on page refresh, neither the previously loaded cities nor the full list of city names is loading. This is likely due to a recent upgrade of the @angular/cli, with the root cause remaining Angular Issue #21636; my working solution had been this build script

Steps to Reproduce the Problem

  1. Load the app
  2. Search for one or two cities (e.g. Shanghai, Mumbai)
  3. Verify the city cards loaded correctly
  4. On the machine or in Chrome Dev Tools, go offline
  5. Refresh the page

Specifications

  • Local | GitHub Pages:
  • Browser:
  • OS:
@jackkoppa jackkoppa added the bug label Mar 19, 2018
@jackkoppa jackkoppa self-assigned this Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant