ICoreWebView2Settings6

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2Settings6 : ICoreWebView2Settings5 {
static const
GUID iid;
}

Members

Functions

get_IsSwipeNavigationEnabled
HRESULT get_IsSwipeNavigationEnabled(BOOL* enabled)

The IsSwipeNavigationEnabled property enables or disables the ability of the end user to use swiping gesture on touch input enabled devices to navigate in WebView2. It defaults to TRUE.

put_IsSwipeNavigationEnabled
HRESULT put_IsSwipeNavigationEnabled(BOOL enabled)

Set the IsSwipeNavigationEnabled property

Inherited Members

From ICoreWebView2Settings5

get_IsPinchZoomEnabled
HRESULT get_IsPinchZoomEnabled(BOOL* enabled)

Pinch-zoom, referred to as "Page Scale" zoom, is performed as a post-rendering step, it changes the page scale factor property and scales the surface the web page is rendered onto when user performs a pinch zooming action. It does not change the layout but rather changes the viewport and clips the web content, the content outside of the viewport isn't visible onscreen and users can't reach this content using mouse.

put_IsPinchZoomEnabled
HRESULT put_IsPinchZoomEnabled(BOOL enabled)

Set the IsPinchZoomEnabled property

Meta