I have a kiosk running on windows 10 using a touch-screen. my app is a .NET winforms app. Basically just a webbrowser control taking up the whole form. And as such, the whole app is zoomable by default it seems. I only want 1 page that has maps to be zoomable (using pinch zoomer API). So is there a way with this hardware/software setup to disable zoom everywhere except on that 1 page where I want it?
I've tried going through all the hardware config to see if there was a setting there I could use, but nothing.
As mentioned, the only page I want to zoom on uses Pinch Zoomer JQuery Plugin. So I think even if there is a way to disable overall zoom for IE, it would probable then not allow the zooming where I need it?
Any help on this is appreciated. I did fing a blog about hacking the registry to disable IE zoom in 'kiosk' mode but again, I need it for my maps page.