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
I want to write a cross platform app - but I don't want to use xaml or winui. I want to write the app in Blazor and use the UNO shell as a wrapper so my user does not have to deal with configuring a http server on their machine.
I suppose my app will be a single Window and that window will host a single webview control probably something like what is described here. My app will run locally on Kestrel and the user need not ever know about the http server or configure it.
Is this possible / recommended?
Why do I want to do this - I've spent the last month learning WinUI - I am really done with it. It is buggy and slow and buggy. I don't want to deal with the hassle of native controls and all that. I just need a UI that I can put on a windows/linux/mac that is reasonably fast (WinUI isn't) and looks good.
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.
I want to write a cross platform app - but I don't want to use xaml or winui. I want to write the app in Blazor and use the UNO shell as a wrapper so my user does not have to deal with configuring a http server on their machine.
I suppose my app will be a single
Windowand that window will host a single webview control probably something like what is described here. My app will run locally on Kestrel and the user need not ever know about the http server or configure it.Is this possible / recommended?
Why do I want to do this - I've spent the last month learning WinUI - I am really done with it. It is buggy and slow and buggy. I don't want to deal with the hassle of native controls and all that. I just need a UI that I can put on a windows/linux/mac that is reasonably fast (WinUI isn't) and looks good.
https://platform.uno/docs/articles/how-to-host-a-webassembly-app.html
All reactions