I’m not sure what you mean but if you want to stop the user from zooming the page displayed in the web viewer add user-scalable in the meta tag in the .html header
< meta name = “viewport” content = “width=device-width, initial-scale=1, user-scalable=no” />