I am working on a Blazor Web App (.NET 8) and am trying to get it to work with sharing its UI with a .NET MAUI Blazor App.
Has anyone else managed to get this working yet?
Also is it possible to have it setup to work as a PWA as well?
You can move it to MAUI Blazor App. See fingers10's solution in this case: Wrap an existing Blazor Web Assembly app into a .NET MAUI Hybrid App:
You can also check this:How to run MAUI Blazor App in a web browser? Hope these can help you.