UWP WebView – Disabling the zoom gesture
I was working on one a project where we have an app that hosts a WebView which navigates to a specific web page. All good till the requirement was to disable the zoom control (through pinch gesture). Unfortunately, WebView control does not provide a property to disable the pinch gesture. …