webview2 Questions
3
Solved
I have a Webview2 Control in my application, used to view PDF documents.
The application also stores to and reads from MS SQL server PDFs data.
Currently, I am retrieving binary data from SQL, conv...
Coulter asked 5/8, 2021 at 16:8
5
Solved
I sucessfully display a web site on WebView2 in my VB.net (Visual Studio 2017) project but can not get html souce code. Please advise me how to get html code.
My code:
Private Sub testbtn_Click(s...
4
Solved
2
Solved
I have a WebView2 control in my WinForm .NET Framework 4.7.2, how can i load inside it my local html file?
I was trying to set the .Source with file:// extention but nothing...
Here is what i've tr...
2
Solved
In my WPF application I need to show an html string, and I know that I need to call EnsureCoreWebView2Async method before calling NavigateToString because otherwise the CoreWebView will be null and...
2
Solved
Starting to play with webView2 in Winforms Net 6.
Is there a way to inject the jQuery library in the current page (which I don't control), so that I can later use jQuery when passing scripts to the...
2
Environment: Windows 10 Pro - ver. 1903, VS2019 latest version, WPF Core
When I have a manual control on an HTML page displayed inside WebView2 control, I can disable the context menu by simply add...
17
I am creating a object of Microsoft.Web.WebView2.WinForm.WebView2 but the sub obect of this coreWebView2 is null
Microsoft.Web.WebView2.WinForm.WebView2 webView = new Microsoft.Web.WebView2.WinForm...
Contuse asked 27/7, 2020 at 13:46
3
Solved
How do you override the ContextMenu that appears when right clicking on WebView2 Control?
When you right click on WebView2 control, the standard context menu with options such as "Refresh"...
Illdefined asked 28/6, 2020 at 15:9
3
I am using the new Webview2 control to render Pdf files in my WPF application.
This is working well but I would like to customize the toolbar to hide for example the save buttons on some criteria. ...
1
Solved
I have seen similar questions (e.g. Encode/Decode URLs in C++). But, for me:
CString strURL;
DWORD dwSize = _MAX_PATH;
if (InternetCanonicalizeUrl(strFile, strURL.GetBuffer(_MAX_PATH), &dwSize,...
Evidence asked 19/3, 2023 at 9:20
1
I am trying to take screenshot of the WebView2 output from a console application. The application is called from a non-interactive Windows Service. The purpose of console application is to generate...
2
Solved
I want to disable devtools from Webview2 component in wpf application .net5. Please help me how to do it?
Inelegant asked 23/12, 2020 at 17:31
2
Solved
I'm considering moving a project from cef (CefSharp) to WebView2 WPF. My preliminary tests shows that WebView2 API have the interface I need for this port. I am afraid that I can miss something tha...
Pellegrini asked 15/12, 2021 at 8:2
2
I try to get the events click of html element.
With a WebBrowser I used :
instance = Nothing
instance = WebBrowser1.Document
AddHandler instance.Click, AddressOf Document_Click
But with Webview2...
3
Solved
I'm trying to use WebView2 in a WPF application. I read in the docs and in other posts as well, that I should call the EnsureCoreWebView2Async() or set the Source property in order to initialize th...
9
I took the latest version of Microsoft.Web.WebView2 (0.9.515-prerelease) and added to a test C# WinForms application. Am using VS 2019, .NET framework is 4.7.2.
Placed the WebView2 control on a fo...
Twinberry asked 19/5, 2020 at 7:50
4
Solved
i want to know if there is anyway of stopping the webview2 component from opening a browser window
in win forms
What is happening
i looked everywhere but could not find one, i did find one though,...
2
I want to navigate to the URL rather than it opening a separate instance.
No matter what I do it still opens another instance of WebView2.
private void CoreWebView2_NewWindowRequested(object sender...
Cider asked 14/8, 2021 at 10:37
1
I added tabcontrol inside of that webview let consider this as wv1 I open a pop link on this webview this popup link will open on the new tab and new webview2
Click below to refer img
after run the...
1
I'm about to release an app that shows a self-coded website with Google's model-viewer library. To prevent lurkers from stealing the 3D assets shown on that website, I started coding a C# applicati...
3
Solved
Thanks in Advance !
In my application, I have embedded a WebView2 control inside a WPF usercontrol.
Is there anyway or a workaround that can help me to take a print of the WebView2 control ?
I iden...
Tiertza asked 30/6, 2020 at 9:52
2
Solved
I'm trying to create an app that uses the WebView2 WPF component. Currently I'm working on logging the messages and errors that are written by the javascript code of the websites using console.log(...
Lunitidal asked 21/2, 2021 at 14:24
3
Solved
I am using WebView2 in WPF control to host the new edge.
In my code, I want to cache the cookie and browser specific data to a cache directory. The cache location should be set in the CoreWebView2...
2
Solved
The default Delphi 10.4.2 TEdgeBrowser interface is currently only the original-release WebView2. However, it seems that to have flicker-free load on non-white backgrounds we need to set the backgr...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.