python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How avoid Console to load webview2
I'm developing a NET CORE 6 console app with neither internet connections nor internet viewers and so forth.
When I run my code I see (in Task Manager) a LOT of Microsoft.Edge.Webview2 being loaded an...

David BS
Votes: 0
Answers: 0
Usage ICoreWebView2EnvironmentOptions in C++Builder 11
I am trying to disable CORS in TEdgeBrowser and found a lot of solutions by using ICoreWebView2EnvironmentOptions because TEdgeBrowser is implement by WebView2.
In Microsoft's document, the sample cod...
willylu
Votes: 0
Answers: 1
How to delete the WebView2 UserDataFolder in C# WPF Application, BrowserProcessExited event does not fire
My C# application uses WebView2.
It is required that multiple instances are open at the same time which do not share sessions. According to this explanation of the WebView2 process model, this is achi...
Peter_B
Votes: 0
Answers: 2
window.chrome.webview.postmessage from child html to main c++ app (webView2)
I am using WebView2 for displaying html contents in my win32 application.
I have parent.html in which I am providing reference of child.html like -
<frameset id="myFrmset">
<...
MChauhan
Votes: 0
Answers: 1