Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update edge-webview-interactive-dragging flag #3183

Merged
merged 4 commits into from
May 31, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions microsoft-edge/webview2/concepts/webview-features-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.author: msedgedevrel
ms.topic: conceptual
ms.service: microsoft-edge
ms.subservice: webview
ms.date: 05/21/2024
ms.date: 05/29/2024
---
# WebView2 browser flags

Expand Down Expand Up @@ -84,7 +84,7 @@ 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 interactive dragging. |
| `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, such elements aren't interactive. |
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved
| `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