Disable "Zoom" in Webviewer

Add the following into the the <head> section of your html to disable the zoom in your webviewer

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">