Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Release notes for Microsoft Edge WebView2 SDK, release date: Jan. 27, 2026.
NuGet package for WebView2 SDK 1.0.3719.77
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime 144.0.3719.77 (Jan. 27, 2026) or later.
Detailed contents:
Promotions to Phase 3 (Stable in Release)
The following APIs have been promoted from Phase 2: Stable in Prerelease, to Phase 3: Stable in Release, and are now included in this Release SDK.
Customize the drag and drop behavior (DragStarting API)
The DragStarting API overrides the default drag and drop behavior when running in visual hosting mode. The DragStarting event notifies your app when the user starts a drag operation in the WebView2, and provides the state that's necessary to override the default WebView2 drag operation with your own logic.
- Use
DragStartingon theICoreWebView2CompositionController5to add an event handler that's invoked when the drag operation is starting. - Use
ICoreWebView2DragStartingEventArgsto start your own drag operation.- Use the
GetDeferralmethod to execute any async drag logic and call back into the WebView at a later time. - Use the
Handledproperty to let the WebView2 know whether to use its own drag logic.
- Use the
Previous phase: Customize the drag and drop behavior (DragStarting API) in SDK 1.0.3712-prerelease, for Runtime 144 (Dec. 8, 2025).
Bug fixes
- Added the article Performance best practices for WebView2 apps, about how to improve the startup speed, memory usage, and responsiveness of a WebView2 app.