Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating MAUI Handler from Avalonia and replacing maui native handlers #5

Open
AswinPG opened this issue Feb 26, 2023 · 1 comment
Open

Comments

@AswinPG
Copy link

AswinPG commented Feb 26, 2023

Is it possible to create handlers for maui Controls using Avalonia controls instead of native handlers?
If that is possible then wouldn't it be like all the work is already done for maui to have a drawn backend ?
All we need to do would be to create mappers that maps the Maui IView's property to Avalonia UI controls right ?

@jsuarezruiz

@giuseppenovielli
Copy link

Yes with one single handlers, for example a MAUI.Button or MAUI.StackLayout with Avalonia Handlers, MAUI can support all Avalonia platform, i think for example browsers, Linux and also old Windows 7.
https://avaloniaui.net/Platforms

Avalonia could be embedded into MAUI thanks to MAUI Architecture.
dotnet/maui#62
dotnet/maui#4528
dotnet/maui#339
dotnet/maui#3051

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants