Blazor.PWA.MSBuild icon indicating copy to clipboard operation
Blazor.PWA.MSBuild copied to clipboard

An MSBuild package which adds simple PWA functionality to Blazor client-side Apps

Results 9 Blazor.PWA.MSBuild issues
Sort by recently updated
recently updated
newest added

Hi MisterMagoo, Thanks for your package. I know you stopped development on the package, but maybe you can answer me a question. My server-side blazor pwa project uses identity. When...

Hi, on localhost everything it's work great, but after deploy release version on ubuntu server baner with install option dosn't appear. Please help :)

Hi, I'm sure there must be a trivial explanation for this, but I can't find it. I create a Blazor Web Assembly project from the template. Everything works as expected....

Looking through your documentation, it sounds like I should be able to put the install button inside my app, but attempting to call `await JSRuntime.InvokeAsync("BlazorPWA.installPWA");` results in a WASM error:...

Hi, first of all, thanks for the awesome work! I'd love to be able to set the theme_color property for the manifest.json file. Maybe I just overlooked it in the...

I would like to be able to extend the generated service worker with some workbox backgroundsync configuration. What would be suggested way to extend the generated service worker? Could there...

A suggestion is to use workbox in the generated service worker, which would easily allow incorporation of other types of cache strategies. Thanks

My website has different paths (rather than different host names) depending on the build config, like: * http://mysite.example/BlazorSite/ * http://mysite.example/BlazorSite-Staging/ I'm using `ServiceWorkerBaseUrl` and `ManifestBaseUrl` to set the base accordingly....

enhancement

Unless I misunderstand and misconfigure the `ServiceWorkerPreCacheExcludeFiles` and `ServiceWorkerPreCacheExcludeReleaseFiles`, we can't explicitly add things to the `requiredFiles` array that will be cached. Being able to explicitly add resources can be...