Tommertom
Tommertom
Running win10, node v16.14.2 - doing your steps now
Seem the same, this part: ``` dependencies: + @capacitor/android 4.6.3 + @capacitor/core 4.6.3 + @ionic/core 6.5.4 + ionic-svelte 0.5.67 devDependencies: + @capacitor/cli 4.6.3 + @sveltejs/adapter-static 1.0.6 (2.0.1 is available) +...
I ran `pnpm run build` after the initial `pnpm run dev` warning. Then that one is gone. Kit imports types from a generated thingy - I think this also might...
Same issue with the manifest.webmanifest - I need to take a deeper look - probably somethinig with file generation. Probably this also hinders the service worker registration so the beforeinstall...
> Yes, I am on Chrome and changing to @sveltejs/adapter-auto Can you see in dev-tools there is a service worker active? Because auto won't help with that
the pwa setup I used is not the one from kit, but vite-pwa (even an older version that works) - so the service worker setup then changes - you probably...
manifest is created at `pnpm run build` time, using the config in vite.config ``` { "name": "Ionic SsssssssSR demo", "short_name": "IonicSSRDemo", "start_url": "/app/splash", "display": "standalone", "background_color": "#ffffff", "lang": "en", "scope":...
Thx James for reporting - not sure if everything is solved (navigator issue?)