Skip to main content

Questions tagged [webview2]

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

1 vote
1 answer
37 views

How do you loop a HTML video in Webview2?

I cant seem to find all over the internet on how to loop a local MP4 file in webview2 I can loop it but I have to right click then click it on the menu. is there anyway to enable loop via code in C#/...
carl benz's user avatar
0 votes
0 answers
10 views

Webview2 how to set openfiledialog directory VB.NET

I have a webview2, I'm browsing a web page where there are forms, I'm automating the insertions into the forms from data present in my database, but when I find an I don't know how to send it the ...
tino masterflash's user avatar
2 votes
1 answer
49 views

How to restrict WebView2 from downloading content?

I have a WinForms2 C# application with a basic WebView2 component along with a textBox (to be used as a search bar). I want to restrict the webView2 from being able to download content. For example, ...
Alpha Reuel's user avatar
0 votes
1 answer
65 views

VB.NET Webbrowser to WebView2

Can someone help? This code works perfectly in setting the values on a website using the older webbrowser in VB.NET. I am attempting to move to the WebView2 and cannot figure out the magic ...
Always Try to Learn More's user avatar
0 votes
0 answers
18 views

WebView2 New Windows Request should open new Tab inside the Application instead

I am using WebView2 inside my WPF Project. At the moment, the behaviour is - if a webpage tries to open a new Window, there is a WebView2 Window opening outside my application. What I would like to ...
Manuel's user avatar
  • 645
0 votes
0 answers
46 views

XAML WebView2 widget is always on top of Z-Order. I need it to be at the bottom

For starter, I'm not new to .NET and XAML, but it is the first time I'm using the WebView2 XAML widget. I have the following declaration of a WebView2 widget in a XAML form: <WV2:WebView2 Name=&...
Sergio B.'s user avatar
  • 960
0 votes
2 answers
40 views

How to get the value of a XML node which has a specific attribute value using JavaScript?

I have this XML file (stripped down): <?xml version="1.0" encoding="UTF-8"?> <Labels Version="24100002"> <Attendant>Attendant</Attendant> &...
Andrew Truckle's user avatar
0 votes
0 answers
48 views

What is the URI deeplink to Xbox Library's "Manage Updates" screen in UWP? ex: 'library://path/to/manage/updates'

In my uwp app (xbox, webview2, react) I can deep link to (open) the Xbox's Library app using the library:// Protocol URI (found here) like this: await Windows.System.Launcher.LaunchUriAsync(new Uri(&...
Tyler Grow's user avatar
0 votes
1 answer
29 views

Unable to either pass LabelsInfo.xml into second transform or reference it directly in second transform

I appreciate that we ideally need to provide a working sample, but I think it might be tricky to do. But, I'll try. Labels Info I have a labels XML file: <?xml version="1.0" encoding=&...
Andrew Truckle's user avatar
1 vote
0 answers
89 views

Set Customer Header in WebView2

I am on Delphi 11.2 (28.0.46141.0937). I have installed Microsoft Edge Webview2-Runtime 125.0.2535.92. I use the WebView2Loader.dll version 1.0.2478.35. I try to set two headers for a request User-...
complete_stranger's user avatar
0 votes
1 answer
49 views

C# WebView2 Transparency Issues

I'm using WebView2 on C# Winforms, and i'm experiencing weird transparency issues that i cannot seem to fix for several hours see here: issue I want it to be completely see through so you can see my ...
Storm's user avatar
  • 3
0 votes
1 answer
66 views

Cannot interact with buttons inside iframe in Webview2 (WinUI 3)

I am using Webview2 in WinUI3. I found that when I clicked the icon of "Google Apps" in google search engine, the flyout (which is a iframe) will appear as usual like This . The red border ...
Eric Nien's user avatar
0 votes
1 answer
31 views

How to set the position of object in a WebView2 control?

I am trying to set the position of a moveable object inside a WebView2 control on a Winforms app. As of right now it appears out of the viewable area without scrolling down on the page. I have tried ...
user9343037's user avatar
0 votes
1 answer
123 views

Selecting the screen with --auto-select-desktop-capture-source= in edgewebview2

I am doing the above flag on edgewebview2 std::wstring args; args.append(L" --ignore-certificate-errors"); args.append(L" --hide-scrollbars"); args.append(L" --autoplay-...
Shashank Shetty's user avatar
0 votes
0 answers
64 views

Is it possible to stop WebView2 creating user data files and folders?

I'm looking into whether WebView2 would be a better alternative to the existing implementation of WebBrowser2 in my Email Client application (because WebBrowser2 is limited in rendering and javascript ...
jorgon's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
55