Using Maui controls and layout in blazor #28323
Unanswered
dgxhubbard
asked this question in
Q&A
Replies: 2 comments
-
For reference: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I want to be able to move my Maui app to my browser. We have the ability to run Blazor in Maui, but I write my apps in Maui because I love the way it works. So why not fill the vacuum and let us deploy our Maui apps to a browser. Maui maps to controls on the platform it runs on isn't there a way to do the same with Maui in a browser even if it just emits html? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have seen that Maui cannot be used in blazor. Is this true? If it is, is there a fundamental reason why this cannot be done. If not this is a feature I would love to have. I am not a fan of html, where div and bootstrap are fundamental items in the UI. I want to be able to use the rich UI features of Maui in a web app, not the tired W3C view of what a web page should be.
Public API Changes
None
Intended Use-Case
I want to be able to use Maui to replace html in a UI for a web app.
Beta Was this translation helpful? Give feedback.
All reactions