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
Have you considered using WebView2 for better support across platforms?
I've created a similar project that used Chromium for WPF/WinForm and WebView for UWP. I'm planning to update my code to use WebView2 and curious if you have done any experiments with this.
The text was updated successfully, but these errors were encountered:
That's a good idea, however I'm not sure if webview2 supports all functionality that CEF supports. (mainly looking at code execution and getting result).
I think it will since it is based on the new version of edge that uses chromium under the hood. It will likely be a few months before I have time to dig into this, but will try and circle back when I have something working.
Have you considered using WebView2 for better support across platforms?
I've created a similar project that used Chromium for WPF/WinForm and WebView for UWP. I'm planning to update my code to use WebView2 and curious if you have done any experiments with this.
The text was updated successfully, but these errors were encountered: