Skip to main content
Post Undeleted by Abdelhakim
Post Deleted by Abdelhakim
added 28 characters in body
Source Link
Abdelhakim
  • 1.2k
  • 1
  • 14
  • 25

I Create a new blazorwasm hosted pwa app with the command:

dotnet new blazorwasm --hosted --pwa 

This app, when run, can be installed with the (+) sign (in some browsers at least).

But when I started adding/removing files the option (with the (+) sign) disappeared. I thought that the server-worker is what allows the app to be installed, so I didn't touch it. What might have caused that ?

I edited the files wwwroot/css/app.css and wwwroot/index.html (deleted blazor-error-ui). I deleted bootstrap and font related folders.

I Create a new blazorwasm hosted pwa app with the command:

dotnet new blazorwasm --hosted --pwa 

This app, when run, can be installed with the (+) sign.

But when I started adding/removing files the option (with the (+) sign) disappeared. I thought that the server-worker is what allows the app to be installed, so I didn't touch it. What might have caused that ?

I edited the files wwwroot/css/app.css and wwwroot/index.html (deleted blazor-error-ui). I deleted bootstrap and font related folders.

I Create a new blazorwasm hosted pwa app with the command:

dotnet new blazorwasm --hosted --pwa 

This app, when run, can be installed with the (+) sign (in some browsers at least).

But when I started adding/removing files the option (with the (+) sign) disappeared. I thought that the server-worker is what allows the app to be installed, so I didn't touch it. What might have caused that ?

I edited the files wwwroot/css/app.css and wwwroot/index.html (deleted blazor-error-ui). I deleted bootstrap and font related folders.

Source Link
Abdelhakim
  • 1.2k
  • 1
  • 14
  • 25

blazor pwa can't install

I Create a new blazorwasm hosted pwa app with the command:

dotnet new blazorwasm --hosted --pwa 

This app, when run, can be installed with the (+) sign.

But when I started adding/removing files the option (with the (+) sign) disappeared. I thought that the server-worker is what allows the app to be installed, so I didn't touch it. What might have caused that ?

I edited the files wwwroot/css/app.css and wwwroot/index.html (deleted blazor-error-ui). I deleted bootstrap and font related folders.