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
You need to show your badge when showInstallPrompt Vue ref is activated (Elk will show it only when there is no new version), then call install. The install prompt is about preventing default browser behavior (show the browser banner), not about calling programatically browser logic (you cannot): will work only on chromium based browsers ( https://caniuse.com/?search=beforeinstallprompt ).
You need to include both components in all your layouts (the prompt only if you're using prompt for update), will require some changes if also showing offline ready badge (Elk not using it).
I encounter a problem with vite pwa when redirecting urls with parameters I am on nuxt 3.15.4 and I use @vite-pwa/nuxt 0.10.6
The text was updated successfully, but these errors were encountered: