MAUI and Uno Platform #8163
trungnt2910
started this conversation in
Ideas
Replies: 1 comment 12 replies
-
While in theory we could do the same thing that we did with X.F Renderers for WebAssembly and use Uno to do MAUI => WinUI => WebAssembly and LInux, the feedback from our community showed that they'd rather have the fully featured WinUI API available to build apps versus the XF/MAUI abstraction. Is there something that MAUI offers in terms of API or productivity that you feel is missing in WinUI/Uno? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I know, Uno Platform provides support for WinUI 3 on WASM and on Linux GTK and Windows 7 (not covered by Xamarin) through Skia. The desktop and web targets performs decently and renders (nearly) perfect UI, through my development experience.
On the other hand, .NET MAUI seems to bring good support for mobile platforms, but does not support web browsers, earlier versions of Windows, and Linux.
Can the WinUI 3 support for .NET MAUI be ported to the Uno Platform, similar to what Uno did with Xamarin and UWP, and bring MAUI development to desktop and web platforms too?
I understand that at the time this is written, MAUI is still in preview, but I'm just asking whether it's possible.
Beta Was this translation helpful? Give feedback.
All reactions