You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMHO, MAUI platform SDKs should be separated from Native Controls.
It would be used like this:
.UseMauiCore()
.UseMauiNativeControls()
This way, MAUI might support Linux (and maybe web) just by adding "Maui Core" for now, so support would be easier and faster.
To create UI, we would then use Blazor,Microsoft.Maui.Graphics.Controls, or any similar library (for example Syncfusion has a lot of drawn controls).
Also developers who would like to use drawn controls on other platforms would make their projects smaller maybe by removing XAML at all.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
IMHO, MAUI platform SDKs should be separated from Native Controls.
It would be used like this:
.UseMauiCore()
.UseMauiNativeControls()
This way, MAUI might support Linux (and maybe web) just by adding "Maui Core" for now, so support would be easier and faster.
To create UI, we would then use Blazor,Microsoft.Maui.Graphics.Controls, or any similar library (for example Syncfusion has a lot of drawn controls).
Also developers who would like to use drawn controls on other platforms would make their projects smaller maybe by removing XAML at all.
Beta Was this translation helpful? Give feedback.
All reactions