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
@@ -38,9 +38,7 @@ The following table displays the WebView2 features that differ from the Microsof
38
38
***Default state** indicates that the feature is part of the default experience on a new WebView2 instance.
39
39
40
40
***Configurable** indicates that you can turn on or off the feature using WebView2 APIs or command-line switches.
41
-
42
-
> [!NOTE]
43
-
> This article doesn't cover modifying features by using command-line switches. For more information about turning on and off features by using command-line switches, see [List of Chromium Command Line Switches](https://peter.sh/experiments/chromium-command-line-switches).
41
+
* This article doesn't cover turning a feature on or off by using a command-line switch. See [List of Chromium Command Line Switches](https://peter.sh/experiments/chromium-command-line-switches).
44
42
45
43
| Feature | Default state | Configurable | Details |
46
44
| --- | --- | --- | --- |
@@ -59,13 +57,13 @@ The following table displays the WebView2 features that differ from the Microsof
59
57
| Immersive Reader | Off | No | This feature depends on the browser UI for interaction. This feature is turned off. |
60
58
| Intrusive Ads | Off | No | This feature is turned off. |
61
59
| Keyboard Shortcuts | Review Details | Review Details | The keyboard shortcuts that are turned off by default either don't make sense or cause problems in WebView2. You cannot turn these shortcuts off or on. Instead, you can listen for a key combination using the `AcceleratorKeyPressed` event and create a custom response if needed. For more information, see [Additional keyboard shortcuts information](#additional-keyboard-shortcuts-information). |
62
-
| PDF Annotations | Off | No | This feature is turned off. The PDF viewing feature is enabled, but drawing, inking, and highlighting in a PDF aren't enabled. For more information, see [Disabling Feature: PDF Annotations Support](https://github.com/MicrosoftEdge/WebView2Announcements/issues/21). |
60
+
| PDF Annotations | Off | No | This feature is turned off. The PDF viewing feature is enabled, but drawing, inking, and highlighting in a PDF aren't enabled. For more information, see [Disabling Feature: PDF Annotations Support](https://github.com/MicrosoftEdge/WebView2Announcements/issues/21). |
63
61
| Mini menu | Off | No | This feature is turned off. |
64
62
| Read Aloud | Off | No | This feature is turned off. |
65
63
| Smart Screen | On`*`| No |`*` The UI for this feature has been removed, however the underlying functionality is still available. Additionally, you can turn off Smart Screen by using a command-line switch. |
66
64
| Translate | Off | No | This feature is turned off. |
67
65
| Tracking Prevention | On`*`| No |`*` The UI for this feature has been removed, however the underlying functionality is still available. Tracking prevention is always set to balanced. |
68
-
| Visual search on image hover | Off | No | This feature is turned off.
66
+
| Visual search on image hover | Off | No | This feature is turned off.|
69
67
| Profile and Identity | Off | No | The feature that syncs your favorites, cookies, and so on, is turned off. |
70
68
| Windows Defender Application Guard | Off | No | This feature is turned off. |
71
69
| edge:// URLs | Review Details | No | Settings for the Microsoft Edge browser are on `edge://` URLs. Because most of these webpages have Microsoft Edge branding or don't make sense within the context of WebView2, some of these URLs are turned off. For more information, see [Blocked internal URLs](#blocked-internal-urls). |
@@ -82,6 +80,7 @@ The following WebView2 platform features are currently unavailable:
82
80
| Web Payment API | This feature is turned off. |
83
81
| Periodic Background Sync | Periodic Background Sync events will never trigger. |
0 commit comments