http://bugs.winehq.org/show_bug.cgi?id=58921
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #2 from Eric Pouech eric.pouech@gmail.com --- There will be lots of missing bits to support native webview2.
As chromium decides to use or not features based on Windows OS version, to get things properly working you'll need a bunch of things done: For Win10: - direct composition as you noted, - also sandboxing (including lots of bits in token & acl management) - GPU support - basically most of the FIXMEs from your log are a starting point - ...
So I don't expect this to be resolved before a long time given the list of missing features.
Side note: The list above comes for testing chromium builds, not native webview2/ I'm not sure EULA for installing native webview2 permits to run it on Wine, so I will not test it myself.