Replies: 1 comment 3 replies
-
Example? UI or Non-UI? And how would you deal with the fact we also target linux and Wasm? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe answer to question as in Topic is somewhere answered, but I coudn't find it.
It seems like many... ok, not many, but some :) features which are implemented in Uno "by hand" in Uno is covered now by MAUI.
Can we, and whats more, should we make use of it, and replace current separate iOS/macOS/Android implementation by implementation using MAUI?
Of course, it would change minimum platforms versions, e.g.:
Android 6.0 (API 23) would be lowered to Android 5.0 (API 21) or higher,
macOS 10.09 would be raised to macOS 10.13 or higher (using Mac Catalyst).
https://docs.microsoft.com/en-us/dotnet/maui/supported-platforms
https://docs.microsoft.com/en-us/xamarin/cross-platform/get-started/requirements
Beta Was this translation helpful? Give feedback.
All reactions