You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using vite pwa to build and run PWAs on both windows and android.
the PWA currently works fine in offline mode once open on both platforms, but i am having an issue on android devices.
in particular on android it is possible to associate a PWA to a FQDN when opening a link, so that android opens the link in the PWA by default.
in such instances it seems that when clicking on different links in offline mode, the PWA won't be started by android due to "You are offline". The PWA would be started however in case the link used was already open at least once by the PWA, but not with new links (e.g. with different query params).
is this a limitation of vite-pwa, or am i missing something in the manifest / SW file ?
thanks
The text was updated successfully, but these errors were encountered:
i am using vite pwa to build and run PWAs on both windows and android.
the PWA currently works fine in offline mode once open on both platforms, but i am having an issue on android devices.
in particular on android it is possible to associate a PWA to a FQDN when opening a link, so that android opens the link in the PWA by default.
in such instances it seems that when clicking on different links in offline mode, the PWA won't be started by android due to "You are offline". The PWA would be started however in case the link used was already open at least once by the PWA, but not with new links (e.g. with different query params).
is this a limitation of vite-pwa, or am i missing something in the manifest / SW file ?
thanks
The text was updated successfully, but these errors were encountered: