-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Modern WebView ? #75
Comments
Hello @kalliwoda , well I keep an eye on the upcoming C# browser implementation. As you mentioned there seems that there is not very much documentation about "Modern WebView" for now. |
That's a v interesting prospect - to use Avalonia for the basic 'shell' of an application, and browser windows for rendering complex graphics (eg using SVG/D3), all cross-platform. I would imagine that your MVVM helper classes would migrate over to that pretty nicely ? |
Well, this is discussed in details in issue #58 . |
Duplicate of #58. |
Microsoft have announced that there will be a 'Modern WebView' which wraps the Edge browser and will run as a component (in a separate process) within a WPF app ...
https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/
Are there plans to support this within Neutronuim as an alternative WebBrowserEngine option ? At the moment there doesn't seem to be any real information about it, but using a 'native' browser engine (which will inherently keep in sync with security updates etc?) seems like quite an attractive idea.
The text was updated successfully, but these errors were encountered: