I really want to disable pinch to zoom on my webpages (iframes) and use finger pinching events for another custom interaction. So while Apple in their documentation
From How do you disable viewport zooming on Mobile Safari?
Try adding the following to your head-tag:
additionally
Finally, either as a style-attribute or in your css file, add the following text for webkit-based Browsers:
html { -webkit-text-size-adjust: none }