WebView2Announcements icon indicating copy to clipboard operation
WebView2Announcements copied to clipboard

Subscribe to this repo to be notified of Announcements and changes in Microsoft WebView2 controls.

Results 44 WebView2Announcements issues
Sort by recently updated
recently updated
newest added

# API Review ## Title: Throttling Control - Script This new API allows the WebView2 host app to configure the throttling behavior of script timers (`setTimeout`, `setInterval`) under different page...

API Review

Support for Microsoft Edge WebView2 on Xbox has been a top ask from our WebView2 and Xbox media app developers, and we’re happy to announce that [WebView2 is now available...

# API Review ## Title: Frame Process Info API This new API provides a snapshot collection of all actively running frames in the associated renderer process, which provides the granularity...

API Review

We have published a document explaining the different features and related APIs in WebView2 to help you learn about what you can do with WebView2 and if it is the...

Documentation

Check out the following docs we have published to better explain new or complex content! - [Custom management of network requests](https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/webresourcerequested) - [Using frames in WebView2 apps](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/frames) - [Working with...

Documentation

## New SDK ### Version: 1.0.2592.51 ### [Release Notes](https://learn.microsoft.com/microsoft-edge/webview2/release-notes/#10259251) ### [NuGet Download](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2592.51) ## Pre-release SDK ### Version 1.0.2646-prerelease ### [Release Notes](https://learn.microsoft.com/microsoft-edge/webview2/release-notes#102646-prerelease) ### [NuGet Download](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2646-prerelease) Download and try out the new...

SDK Release

# API Review ## Title: IsWindowControlsOverlayEnabled The goal of this API is to provide devs with a cleaner way to build apps where the entire Window UI is rendered by...

API Review

## New SDK ### Version: 1.0.2535.41 ### [Release Notes](https://learn.microsoft.com/microsoft-edge/webview2/release-notes#10253541) ### [NuGet Download](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2535.41) ## Pre-release SDK ### Version 1.0.2584-prerelease ### [Release Notes](https://learn.microsoft.com/microsoft-edge/webview2/release-notes#102584-prerelease) ### [NuGet Download](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2584-prerelease) Download and try out the new...

SDK Release

## New SDK ### Version: 1.0.2792.45 ### [Release Notes](https://learn.microsoft.com/microsoft-edge/webview2/release-notes/#10279245) ### [NuGet Download](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2792.45) ## Pre-release SDK ### Version 1.0.2839-prerelease ### [Release Notes](https://learn.microsoft.com/microsoft-edge/webview2/release-notes/#102839-prerelease) ### [NuGet Download](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2839-prerelease) Download and try out the new...

SDK Release

Enabling a new Chromium flag **IsolateSandboxedIframes** by default, which causes `AddWebResourceRequestedFilter `API to no longer be able to intercept requests from sandboxed iframes if no request source kinds are defined....

Breaking Change