You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/concepts/webview-features-flags.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ If the flag takes a value other than true|false, give an example. -->
99
99
|`edge-webview-foreground-boost-opt-out`| Opts-out of foreground boost. |
100
100
|`edge-webview-force-personal-context`| Forces Edge WebView browser processes to run in WIP personal context. |
101
101
|`edge-webview-interactive-dragging`| Enables pointer events and focus events to occur on elements that have the `--app-region: drag` attribute. Drag elements are interactive by default. |
102
-
|`edge-webview-disable-interactive-dragging`| Disables pointer events and focus events from occuring on elements that have the `--app-region: drag` attribute. If this flag isn't set, drag elements are interactive by default. |
102
+
|`edge-webview-disable-interactive-dragging`| Disables pointer events and focus events from occurring on elements that have the `--app-region: drag` attribute. If this flag isn't set, drag elements are interactive by default. |
103
103
|`edge-webview-is-background`| Indicates that WebView is being launched in the background. |
104
104
|`edge-webview-no-dpi-workaround`| Disables the "DPI awareness app compatibility shim" workaround, which launches Edge WebView browser process via a shell, so that the process doesn't inherit the "app compat" shim. |
105
105
|`edge-webview-run-with-package-id`| Runs WebView processes with a package identity (package ID) for a bridged Desktop app. |
<!-- ## Prerelease SDK 1.0.3116-prerelease, for Runtime 134 -->
59
+
60
+
Release Date: February 10, 2025, Runtime 134
61
+
62
+
[NuGet package for WebView2 SDK 1.0.3116-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3116-prerelease)
63
+
64
+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 134.0.3116.0 or higher.
65
+
66
+
67
+
<!-- ------------------------------ -->
68
+
#### Promotions to Phase 1 (Experimental in Prerelease)
69
+
70
+
No Experimental APIs have been added in this Prerelease SDK.
71
+
72
+
73
+
<!-- ------------------------------ -->
74
+
#### Promotions to Phase 2 (Stable in Prerelease)
75
+
76
+
No APIs have been promoted from Phase 1: Experimental in Prerelease, to Phase 2: Stable in Prerelease, in this Prerelease SDK.
77
+
78
+
79
+
<!-- ------------------------------ -->
80
+
#### Bug fixes
81
+
82
+
83
+
<!-- ---------- -->
84
+
###### Runtime-only
85
+
86
+
* Added the missing **Close** button in the **Download** flyout.
87
+
* Fixed a race condition that occurred when the Web Request Response event never occurs.
88
+
89
+
90
+
<!-- ---------- -->
91
+
###### SDK-only
92
+
93
+
* Fixed .NET and Win32 documentation of the `CoreWebView2Find.FindNext` method that incorrectly mentioned `FindPrevious`. The method summary now mentions `FindNext` instead. ([Issue #5059](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5059))
0 commit comments