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: specs/IsPinchZoomEnabled.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ In this document we describe the new setting. We'd appreciate your feedback.
12
12
13
13
14
14
# Description
15
-
The default value for `IsPinchZoomEnabled` is true.
16
-
When this setting is set to false, it disables pinch zooming in WebView.
15
+
The default value for `IsPinchZoomEnabled` is `true`.
16
+
When this setting is set to `false`, it disables the ability of the end users to use pinching motions on touch input enabled devices to scale the web content in the WebView2 and users cannot pinch zoom.
17
17
18
18
19
19
# Examples
@@ -41,7 +41,7 @@ void TogglePinchZoomEnabled()
41
41
```
42
42
43
43
# Remarks
44
-
When `IsPinchZoomEnabled` is set to false, pinch zooming user action is disabled in WebView. This however doesn't modify the underlying page scale factor of page scale zoom.
44
+
When `IsPinchZoomEnabled` is set to `false`, pinch zooming is disabled in WebView. This however doesn't modify the underlying page scale factor of page scale zoom.
45
45
46
46
# API Notes
47
47
@@ -53,9 +53,10 @@ See [API Details](#api-details) section below for API reference.
0 commit comments