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
|`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. |
97
98
|`edge-webview-enable-mojo-ipcz`| Enables MojoIpcz (mojo-ipcz) for apps that use WebView2. |
99
+
|`edge-webview-force-personal-context`| Forces Edge WebView browser processes to run in WIP personal context. |
98
100
|`edge-webview-foreground-boost-opt-in`| Opts-in to foreground boost. |
99
101
|`edge-webview-foreground-boost-opt-out`| Opts-out of foreground boost. |
100
-
|`edge-webview-force-personal-context`| Forces Edge WebView browser processes to run in WIP personal context. |
101
102
|`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 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. |
106
106
|`edge-webview-run-without-package-id`| Runs WebView processes without a package identity (package ID) for a bridged Desktop app. |
107
+
|`edge-webview-unique-window-class`| Makes WebView2 register module-specific window classes by automatically appending a suffix that's derived from the client module's file name, without path or extension details. For example, for the file name `EmbeddedBrowserWebView.dll`, a suffix of `EmbeddedBrowserWebView` is appended to `Chrome_WidgetWin_0`, forming `Chrome_WidgetWin_0_EmbeddedBrowserWebView`. Enable this flag, to avoid a crash that can occur when different versions of WebView2 and Chromium Embedded Framework (CEF) coexist in the same process and attempt to interact with windows that share the same class. |
107
108
|`embedded-browser-webview-dpi-awareness`| Sets the DPI awareness level of the server-side processes. |
108
109
|`enable-aggressive-domstorage-flushing`| Enables aggressive flushing of DOM Storage, to minimize data loss. |
109
110
|`enable-experimental-web-platform-features`| Enables Web Platform features that are in development. |
0 commit comments