webview_csharp icon indicating copy to clipboard operation
webview_csharp copied to clipboard

Feature Request: Example project with Blazor UI framework?

Open gismofx opened this issue 3 years ago • 4 comments

Is there any possibility to create a blazor example, or get the blazor sample project to run in webview?

I'm not expert in this area, but is there some overlap with this similar project? WebWindow

gismofx avatar Jul 27 '20 15:07 gismofx

Yes, webview core and webwindow try to solve the same requirement.

A blazor example would be possible. Will add it later maybe.

geaz avatar Aug 08 '20 05:08 geaz

Thanks for clarifying and for the consideration of a Blazor example.

gismofx avatar Aug 08 '20 12:08 gismofx

@gismofx how about use webview to open the asp.net in process(worker thread) directly? that's more reliable as even Microsoft asp.net server side blazor implement in asp.net abi changed, you do not need change your application, just recompile

congzhangzh avatar Oct 30 '20 13:10 congzhangzh

@gismofx give https://github.com/congzhangzh/desktoploveblazorweb a try?

congzhangzh avatar Nov 01 '20 09:11 congzhangzh