manifest broken #1293
Labels
No labels
Android-shell
bug
enhancement
Help Wanted
high-priority
huge
low-priority
Meta
NLNet
OSOC21:Cycling-OVL
Performance
question
search-ui-enhancement
Studio
Tailwind
Themes
UI
upstream-issue
usertest
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MapComplete/MapComplete#1293
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
because of the vite change probably
Just fyi, adding develop as pwa still doesn't show favicon from the manifest
Can you do a few refreshes? It should work now
I have done many
@pietervdvn fyi, I'm still having this issue
As it turns out, the service-worker was broken as well. The service worker aggressively caches a certain version of MapComplete. As it was broken, it would effectively serve an old version, hence the earlier fix would not be applied on your phone.
I'm now merging the develop branch onto master. Would you mind to validate that it works (might need at most 2 refreshes) and close the issue if it works now?
When going to mapcomplete.osm.be. The prompt to install the pwa does come up. Installs correctly.
GitHub.io version doesn't seem to show the prompt and if you install it, doesn't actually install as a pwa. Just a bookmark
(Retyped this comment. Cause previous one I typed half asleep it seemed XD)
NEVER MIND, I'm not sure what I did differently. But it didn't work 5 minutes ago and now it does. Issue solved
One question though: should the develop version maybe say (develop) in the app title to separate it from the osm.be hosted one?
If that's even possible
As the servixe workers caches aggressively, you probably had the old version while the SW updated in the background.
That's something I did consider, just didn't get implemented yet.