Joaquín Sánchez

Results 923 comments of Joaquín Sánchez

closing since we've included it in the new docs repo, thx for the PR

@AngelNext we're working on the Astro integration, the PR is ready to review on the Astro repo: https://github.com/withastro/astro/pull/3428 EDIT: I need to resolve conflicts on the PR, but I cannot...

Released initial version of astro integration: https://vite-pwa-org.netlify.app/frameworks/astro.html

We dont expose the workbox object, so you cannot register the listener, check the register.ts module on src/client/build folder

@doutatsu what browser is complaining? On Windows Chrome is ok: try to include `id: '/'` in the manifest. ![imagen](https://user-images.githubusercontent.com/6311119/177390112-4f1406d9-088e-4e5c-bfb7-201a26587613.png)

![imagen](https://user-images.githubusercontent.com/6311119/177390361-c414b92f-578e-4acd-b335-bbd5c541c1a4.png)

@doutatsu try chaning the `start_url: './dashboard'`: - https://developer.mozilla.org/en-US/docs/Web/Manifest/start_url - https://web.dev/learn/pwa/enhancements/#app-shortcuts ![imagen](https://user-images.githubusercontent.com/6311119/177391376-f4977d53-5862-4999-b773-831a5e078901.png)

@doutatsu also working on Android 9 Tablet with Chrome (screenshot using USB degugger): ![imagen](https://user-images.githubusercontent.com/6311119/177395642-0415f2a4-cd95-4f54-abb8-2e492dfb21f1.png)

@doutatsu file an issue in workbox repo, maybe Jeff can help you. Try removing the start url or using Just dashboard or ./dashboard (relative to the scope).