Is there a way to disable pinch and zoom on a WPF WebBrowser Control. The enviroment is a win8 Desktop WPF app using .NET4.0. With a regedit setting that tells it to use IE10 en
If still interested, you'd need to disable Disable IE Legacy Input Model for WebBrowser control. I've just answered similar questions here and here, with a working sample project.