Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

You can contribute adding more presets here if existing ones don't meet your needs, PR welcome.

I all: I have done a path in a new local branch with support for customizable messages, but a I cannot upload it. Here an example: <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="a" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"...

And of course, all this one can be moved to external binding files, I'm on it...

I have found some problems that must be addressed about inline elements (must find parent info) and does not work with external binding, it is necessary to change the plugin...

Check the Presets entry, WIP is there: https://vite-pwa-org.netlify.app/assets-generator/cli.html#presets

PR welcome to add the presets

I'll check if we can bypass the problem, it should work using app navigation, the dev options are only for webmanifest and custom service worker logic (push notifications, web shared...

Remove the service worker, check https://vite-pwa-org.netlify.app/examples/#how-to-run-examples-projects, you have instructions to remove it and the storage. When running the app with PWA dev options enabled, use private browsing with a chromium...

Check if sw.js and manifest webmanifest are there, latter should be served with custom content type (https://github.com/vite-pwa/nuxt/blob/main/src/module.ts#L159), try enabling https://github.com/vite-pwa/nuxt/blob/main/src/types.ts#L47 in nuxt pwa options