I'm building a web app and I want to disable zooming with multi-touch. I have tried this
<meta name="viewport" content=" width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
but it's not working. How can I implement this? The app will run on tablets.