Questions tagged [webview2]

Use the tag for the questions about Microsoft Edge WebView2 control. For current issues check https://github.com/MicrosoftEdge/WebView2Feedback/issues

Microsoft Edge WebView2 control uses Microsoft Edge (Chromium) as the rendering engine.

It can be used in Win32 C++ or .NET (WPF or WinForms) and WinUI 3 applications.

For further information, see the WebView2 documentation or the WebView2 feedback project for bugs and feature requests.

727 questions
-1
votes
1 answer

WebView2 - after call function 'navigate2', waiting time too long

I use WebView2 to create an integrated browser compatible with Edge. To construct my webview, I added four listeners who are called when we call the function…
user2274060
  • 896
  • 5
  • 18
  • 35
-1
votes
1 answer

Download PDF using WebView2 cookie

I'm trying to download a PDF using WebView2. I can login on the browser but then i would like to download a PDF using WebClient. But this returns me to the login screen. Both WebView browsers use the same UserDataFolder. I would like to download the…
Desz
  • 31
  • 7
-1
votes
1 answer

Incorporating WebView2 in a WinForm Custom Control

I'm trying to incorporate a WebView2 control in a WinForm application. This application, uses a web browser in multiple pages (tabs, dialog forms) and then I have created a custom control (named WebViewCtrl in my sample code) to incorporate the…
Leonardo Daga
  • 135
  • 1
  • 12
-1
votes
1 answer

Is it possible to use the Microsoft Edge WebView2 control in VB.NET application?

Is it possible to use the Microsoft Edge WebView2 control in VB.NET application using Visual Studio? thank you for your replies
FlatRider
  • 13
  • 1
  • 3
-2
votes
0 answers

Why is lower arrow in webview2-scrollbar missing?

I implemented a webview2 control via LabVIEW in a frontpanel. Development environment is fine. But in runtime it doesn't shows the full vertical scrollbar. The lower arrow is missing. I tested a simple application just with the webview2 control in a…
Lancel
  • 1
-4
votes
1 answer

solved | Get text from monaco editor

Im trying to get the text from a monaco page but it keeps returning the "full" string: image But this is the code in monaco: image Here is the code I used: MessageBox.Show(await Monaco.CoreWebView2.ExecuteScriptAsync("editor.getValue()"), "Monaco…
Whoman
  • 36
  • 7
1 2 3
48
49