Skip to content

Commit

Permalink
Adds documentation for a new opt-out flag for interactive dragging, a…
Browse files Browse the repository at this point in the history
…nd modifies the documentation for the opt-in flag
  • Loading branch information
tochukwuIbeEkeocha committed Aug 12, 2024
1 parent 580f638 commit 1fa2096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion microsoft-edge/webview2/concepts/webview-features-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ The following are some of the flags we've seen used.
| `edge-webview-foreground-boost-opt-in` | Opts-in to foreground boost. |
| `edge-webview-foreground-boost-opt-out` | Opts-out of foreground boost. |
| `edge-webview-force-personal-context` | Forces Edge WebView browser processes to run in WIP personal context. |
| `edge-webview-interactive-dragging` | Enables pointer events and focus events to occur on elements that have the `--app-region: drag` attribute. If this flag isn't set, drag elements are non-interactive. |
| `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. |
| `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. |
| `edge-webview-is-background` | Indicates that WebView is being launched in the background. |
| `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. |
| `edge-webview-run-with-package-id` | Runs WebView processes with a package identity (package ID) for a bridged Desktop app. |
Expand Down

0 comments on commit 1fa2096

Please sign in to comment.