Skip to content

Commit 4d0300a

Browse files
committed
Update docs
1 parent 2fdacef commit 4d0300a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

specs/IsPinchZoomEnabled.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ interface ICoreWebView2StagingSettings : IUnknown {
5757
/// the end user to use a pinching motion on touch input enabled devices
5858
/// to scale the web content in the WebView2. It defaults to TRUE.
5959
/// When set to FALSE, the end user cannot pinch zoom.
60+
/// This API only affects the Page Scale zoom and has no effect on the
61+
/// existing browser zoom properties (IsZoomControlEnabled and ZoomFactor)
62+
/// or other end user mechanisms for zooming.
6063
///
6164
/// \snippet SettingsComponent.cpp DisablePinchZoom
6265
[propget] HRESULT IsPinchZoomEnabled([out, retval] BOOL* enabled);

0 commit comments

Comments
 (0)