pwa-module icon indicating copy to clipboard operation
pwa-module copied to clipboard

Zero config PWA solution for Nuxt.js

Results 129 pwa-module issues
Sort by recently updated
recently updated
newest added

I'm using @nuxtjs/pwa "3.3.5" with nuxt "2.14.12". I ran the projecct with `nuxt build; nuxt start` (my build directory is: `.build`) and I'm using Nginx for local url redirection. My...

Module uses `JSON.stringify` to encode workbox options. This PR add `@nuxt/devalue` as direct dependency and uses it to encode options. resolves #281

`nuxt.config.js`: ```js pwa:{ meta:{ background_color: "#ffffff", // ... }, manifest: { // ... display: 'standalone', theme_color: "#ffffff", } } ``` - on classic browsing experience: ok - after "add to...

Because some of the webpages I provide using Nuxt are used in the app, When app load it with custom useragent. Unfortunately, turn on Pwa's workbox function, Defaults agent be...

### What problem does this feature solve? Currently, if I read the code correctly, the name on the splashscreen is pulling from the manifest, which is generated auto generated, and...

feature-request

I have dafted an idea, but I'm not sure why the additonal images are not added to the head. Every element except the first has an unique hid added (hid...

In order to get full scores on lighthouse we need to have the theme_color defined. At the moment it is set as undefined which means this will not be added...

Hi, it would be great if the module could provide some solution to dynamically change icons/favicons based on system mode.

enhancement

Apologies for the sparse diagnostics - this is an intermittent problem which I managed to capture on a user's machine and debug somewhat using teamviewer. I have an axios request...

Hi, we have the need to change the manifest display property if the user agent is iOS. Is this possible at all?

feature-request