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

MAUI Implementation #259

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

MAUI Implementation #259

wants to merge 13 commits into from

Conversation

praeclarum
Copy link
Owner

This is the initial effort to run Maui on the web through Ooui.

@praeclarum
Copy link
Owner Author

praeclarum commented Jun 13, 2021

Implementation notes:

  • PropertyMapper'2 has internal UpdateProperties that is called from ViewHandler. To work around this, I had to make my own derived PropertyMapper'2
  • I do not understand the role of container views and wrapped views.
  • In .NET 6 Preview 6, you can no longer compile net6.0 targeted apps. There are missing controls library references. This makes using Ooui impossible for apps.
  • XAML build step isn't running on net6.0 targets
  • SetToInitialized is internal and I cannot call it.

@CartBlanche
Copy link

Oh I see, you were already working on. Now that MAUI is GA, how much more work would it be to finish this draft off?

@manishbisen
Copy link

I think no work is going on it.

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

Successfully merging this pull request may close these issues.

None yet

3 participants