Replies: 8 comments 10 replies
-
I thought the point of MAUI was that you write code once and it generates the ui for each platform automatically. Can you really insert your own controls /components? Do you have a link to the docs about this? I'd love to figure this out if it's possible... |
Beta Was this translation helpful? Give feedback.
-
It is when you use the hybrid approach with the Blazor WebView. They also called it Blazor Dekstop for a while. But Right now they seem to call it MAUI Blazor. You can see more about it in this video, https://www.youtube.com/watch?v=5fbzxjUUKUM |
Beta Was this translation helpful? Give feedback.
-
So, after playing with it for a little bit, here's what I've discovered:
So it's really early. I couldn't get WinUI3 to work on windows even and I followed their instructions. We'll get there eventually. |
Beta Was this translation helpful? Give feedback.
-
There is already A. NET 6 branch running on the latest preview. It is under upgrade/net6 branch |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Here's what I did:
That's it! You'll need to clean the project a few times because changes to index.html aren't added to the project without a clean. |
Beta Was this translation helpful? Give feedback.
-
I have disabled most of the code of the Demo component for now. It is using an HttpClient that is not available. Did not have time to dig into it deepre yet. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Is it possible to use this for MAUI Blazor?
I have tried to set it up. But I got an unhandled exception every time I add a component to a page. Unfortunately, I don't know how to see what is going wrong.
I running preview 5 of both MAUI and .NET 6. And I have tried it on net6.0-ios and net6.0-maccatalyst.
Beta Was this translation helpful? Give feedback.
All reactions