Tommertom
Tommertom
Sveltekit and Ionic (my lib that is) go well together as long as sveltekit runs SPA mode I have it running - I just need to go to their latest...
Hi there Thx for trying this out a window.location.href will trigger a full page reload where as a router command won't In this case (fallback) it might not be a...
Thx - I will be glad to hear how things have worked out for you.
+1 this issue - node v16.14.2, with type=module . v0.8.6 works Thx for the project though!
Hi thx for the compliments. We live to serve :) Not sure what you mean with forward navigation animations - there is a non-Ionic rudimentary animation for pages implemented in...
Hi - yes. I myself build the assets using the npm run prod command and then use firebase cli to upload the dist/client files to firebase hosting. So fully static...
Seems indeed - except that I don't hope I need to parse xml programmatically then :)
Hi @larrybotha and @benmccann Thanks for both pointers. I will use this which is sufficint for my use case -giving an array of menu items for the app ``` const...
@userquin When I do the install routine using npm, then I get error - Cannot find module '@vite-pwa/sveltekit' or its corresponding type declarations.ts(2307) - in vite.config.ts. Node version 16.14.2. package.json:...
@userquin - correct (including adapter static) `copyFileSync('./.svelte-kit/output/client/_app/manifest.webmanifest', `${d}/manifest.webmanifest`)` should become `copyFileSync('./.svelte-kit/output/client/manifest.webmanifest', `${d}/manifest.webmanifest`)` in pwa.js The copy now does not fail anymore