WebWindow icon indicating copy to clipboard operation
WebWindow copied to clipboard

A better way to split webview container & hosted asp.net core containee

Open congzhangzh opened this issue 4 years ago • 0 comments

I am a little worry that it's impossible to implementte a stable boudance to make this project stable, as it's really need update follow asp.net core's upstream change, make this project can not be standalone.

the only way is to use https://github.com/xamarin/MobileBlazorBindings, but mix asp.net core with heavy xamarin is not good idea, we just need the best part of asp.net core & webview.native.

I propose a better way to mix in process with asp.net core and cross platform webview which already implement by WebWindow, as the use http protocol as boundance is more stable and any asp.net core in the future will follow.

So use the webwindow's native webview & asp.net core in process, maybe a better way.

Can we split the webview.native part to a standalone package and a create a new demo?

like: https://github.com/congzhangzh/desktoploveblazorweb

congzhangzh avatar Nov 14 '20 04:11 congzhangzh