I'm looking for a way to invoke zoom on a webview2 programmatically.
Under UWP webview2 does not expose the CoreWebView2Controller.ZoomFactor function.
I tried to use the DevTools Protocol to invoke the zoom using the setPageScaleFactor function, which works well in terms of zooming but I can't get the scrollbars to appear on zooming in. Any ideas?
I'm looking for a way to invoke zoom on a webview2 programmatically.
Under UWP webview2 does not expose the
CoreWebView2Controller.ZoomFactorfunction.I tried to use the DevTools Protocol to invoke the zoom using the
setPageScaleFactorfunction, which works well in terms of zooming but I can't get the scrollbars to appear on zooming in. Any ideas?