Skip to main content
0 votes
0 answers
39 views

It seems I am victim of confusion connected to Blazor, its rendering modes and PWA possibilities with Blazor web assembly. A Blazor Progressive Web Application (PWA) is a single-page app (SPA) that ...
Apahdos's user avatar
  • 83
1 vote
1 answer
46 views

I created a new Blazor WebAssembly Standalone App and added next code to the manifest so it gets registered as a shared content target for csv files: "share_target": { "action": &...
Matias Masso's user avatar
  • 2,030
0 votes
0 answers
51 views

Let's say you are using the Hosted Web App template for Blazor. The user navigates to your application and the server pre-renders the page, and then the WASM is loaded and takes over as expected. The ...
BVernon's user avatar
  • 3,957
0 votes
0 answers
119 views

If I publish this Blazor PWA (without any changes) and publish it to my Azure App Service, and then add it to the homescreen all links in the app opens in the "app": https://github.com/...
supremo's user avatar
  • 151
1 vote
1 answer
133 views

I have build a blazor wasm app with pwa support. Is it possible to trigger some code when it is reopened after being inactive? I would like to fetch the most recent information from the server without ...
Taco's user avatar
  • 482
0 votes
0 answers
221 views

I have two virtual directories under a subdomain: one hosts a Blazor WebAssembly Progressive Web App, while the other hosts an ASP.NET Core application. The Blazor WebAssembly PWA is not running as ...
H.M.Mubashir's user avatar
3 votes
1 answer
854 views

I am developing a Progressive Web Application and I am trying to make sure that end users can access and edit their information locally while offline and then sync it with the database once coming ...
Alrampaz's user avatar
1 vote
1 answer
752 views

I am trying to figure out how to get the published BlazorWASM app to show the actual client on the ip. Right now it just shows all the files and everywhere I look it says modify index.html. I come ...
badCode's user avatar
  • 21
0 votes
3 answers
217 views

I'm new in Blazor, and i want to create a PWA to work (almost) full offline. The user must Authenticate (Microsoft.AspNetCore.Authentication). Then i need to get some data from SQL Server and store it ...
Nuno Rato's user avatar
2 votes
1 answer
376 views

step 1 - i have a simple blazor pwa app which we hosting in sub domain. Step 2 - Created new virtual directory Step 3 - Uploaded APIERP within that virtaul drectory As blazor is SPA it stops accesss ...
Khurram Sultan's user avatar
3 votes
2 answers
728 views

When I look for examples for determining that a Blazor App (PWA) has an update available I find many lengthy examples focusing on service-worker.js rewrites. Is there a easier way? Or a way that ...
MEC's user avatar
  • 1,756
1 vote
0 answers
1k views

I'm trying to post a model with an image file and other data from my PWA to my ASP.NET Core Web Api. I succeed with the Api and Postman, but I can't get it working from the PWA. Furthermore, the model ...
Matias Masso's user avatar
  • 2,030
3 votes
1 answer
1k views

The Current code looks like does Cache first Strategy, How to modify it use Network first and than fallback to cache if network fails ? async function onFetch(event) { let cachedResponse = null; ...
NSS's user avatar
  • 2,040
5 votes
4 answers
7k views

I'm struggling with a case where I've done good research on how to it. It works for everyone but not for me!! Environment: Microsoft Windows 10 Pro Visual Studio Community Edition 2019 So I've ...
Waleed Al Harthi's user avatar