-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
On some devices that do not support ServiceWorkers, a warning is displayed on every run #814
Comments
Oh, how strange. It must be that I long since lost the portable Firefox that could run the simulator. Can you remind me which one still works, and I'll try to debug before 3.3. Or we can revert that PR for now if I can't find the cause (but seems unlikely it's anything complicated!). |
(It's also strange that it would run with a protocol of |
I'll try to investigate today |
OK, I was wondering if this is happening on the branch with the asynchronous systemAlert, or on master as well. If on the latter branch, it could be because of the alert system not being fully nailed down yet... |
I was on the branch. I'll test again on master |
Same issue on master. |
It reminds me that it's still valuable that I test on this very old device. |
At least it's the case on my Firefox OS device.
Each time I start it, it says "The ServiceWorker API is not available on your device. Falling back to jQuery mode". It's true, but I don't see why it's trying to switch to SW mode.
window.location is "app://kiwix.org/www/index.html" on this device, and it's using Local Storage.
The text was updated successfully, but these errors were encountered: