We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdacef commit 4d0300aCopy full SHA for 4d0300a
1 file changed
specs/IsPinchZoomEnabled.md
@@ -57,6 +57,9 @@ interface ICoreWebView2StagingSettings : IUnknown {
57
/// the end user to use a pinching motion on touch input enabled devices
58
/// to scale the web content in the WebView2. It defaults to TRUE.
59
/// 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.
63
///
64
/// \snippet SettingsComponent.cpp DisablePinchZoom
65
[propget] HRESULT IsPinchZoomEnabled([out, retval] BOOL* enabled);
0 commit comments