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

Service workers and offline mode #3967

Open
Lithium73 opened this issue Oct 12, 2021 · 0 comments
Open

Service workers and offline mode #3967

Lithium73 opened this issue Oct 12, 2021 · 0 comments

Comments

@Lithium73
Copy link

Configuration

Firefox Reality version: 12.2
Firefox Reality build ID: Unknown

Hardware: Oculus Quest 2 ( same behaviour on HTC Focus 3 )

Steps to Reproduce

  1. Load a website with Service Workers who let the app be used offline
  2. Kill Firefox Reality
  3. Relaunch firefox
  4. Try to open previously loaded wbesite

Current Behavior

Previously website loaded is not loading.
Firefox reality open a webpage who explains website is unreachable.
window.isSecureContext equals to false.

Expected Behavior

Firefox reality should try to load data stored in Service Workers
window.isSecureContext should be equals to true.

Possible Solution

Context

I'm trying to let my users load my webpage even there is no internet connection arround

Error Logs and Stack Traces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant