I already have an existing Blazor Web Assembly project running perfectly.
Now my target is to run the same code in a MAUI Blazor Hybrid App.
To build this project I've implemented the following project structure:
1- API client
2- WebApp Blazor Client project
3- MAUI app
4- Shared.core.UI
5- Shared.core.Services.
I have two index.html files, the first in the WebApp project and the second in the MAUI app project.
I also added the webview.js script to the index.html in the MAUI app project.
When I run the emulator the app crashes with no error.
Any suggestions please?
I've tried removing the javascript file from the index.html in the MAUI app project.