Remove WebViewer Zoom In/Out Button

If it is your own web page you can add this to your <head> section:

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


this will also prevent zooming.

Otherwise, use the customWebView extension

6 Likes