WebView2Samples icon indicating copy to clipboard operation
WebView2Samples copied to clipboard

Microsoft Edge WebView2 samples

Results 78 WebView2Samples issues
Sort by recently updated
recently updated
newest added

Nice if you could upgrade this to newer .NET 5 or 6. because .NET 4.6.2 is blocked from installing on win10 I tried running: `dotnet tool install -g upgrade-assistant` `upgrade-assistant.exe...

bug

The file ScenarioPermissionManagement.html seems to be missing from folder WebView2Samples\SampleApps\WebView2WpfBrowser\assets So, the menu item Scenario/Permission Management opens an error page: ![image](https://github.com/MicrosoftEdge/WebView2Samples/assets/62023106/2b788861-d414-443d-b8aa-c2c88a3d6939) ![image](https://github.com/MicrosoftEdge/WebView2Samples/assets/62023106/aa285eb6-35e8-4a3e-9b97-5977b0eb372b)

[Rick Strahl has teased the idea of using WebView2 to create PDFs](https://twitter.com/RickStrahl/status/1770353795404554336) I'd like to create an Azure App Service or hosted container to accept html and spit out PDFs....

Hi guys. I've just downloaded and installed webview with MixedRealityFeatureTool. After i've switched the platform to Universal Windows Platform and tried to build it. The errors came up. ![Screenshot 2024-03-06...

The "most basic" sample [Win32_GettingStarted](https://github.com/MicrosoftEdge/WebView2Samples/blob/main/GettingStartedGuides/Win32_GettingStarted/) includes this [line](https://github.com/MicrosoftEdge/WebView2Samples/blob/main/GettingStartedGuides/Win32_GettingStarted/HelloWebView.cpp#L159) ```c++ // // Step 5 - Scripting // Schedule an async task to add initialization script that freezes the Object object webview->AddScriptToExecuteOnDocumentCreated(L"Object.freeze(Object);",...

Trying to implement Microsoft's WebView2 is my first time attempting to use nuget with a native code C++ project (WIN32 target), and I suspect this experience is not unexpected/uncommon, as...

i clone Hololnes2GetStartedApp project then deploy it,it works fine,but webpage dont show up,its blank here. For the record my working envt was: Unity 2021.3.47f1 OpenXR 1.8.1 MRTK 2.8.3 Webview for...

When I try the sample, it works great, so I wonder how many active webview can be added in the same scene with different URLs at the same time. Because...