I'm attempting to disable the ability to zoom (in or out) on my website. I've tried adding this meta tag:
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
However, it hasn't worked so far... Any suggestions?