if you want to disable or stop a user from zooming into a webpage, you can use this simple code:

<meta name="viewport" content="width=device-width, user-scalable=no" />

its very simple, try it