tryphotino / photino.NET

https://tryphotino.io
Apache License 2.0
885 stars 73 forks source link

Using Chrome webview (during development) #136

Closed aabluedragon closed 1 year ago

aabluedragon commented 1 year ago

Using Photino.Blazor, is it possible to force usage of chromium as webview? at least during development, as I'm more used to it, and I'm sure many other are too, especially those coming from Electron based development.

philippjbauer commented 1 year ago

Hi @aabluedragon, sorry but this would require re-implementing all native functionality that we expose through the API that the .NET package uses with Chromium specific implementation. Essentially a complete rewrite of the native library parts that touch the browser control.