GetOrgChart 仍然在移动设备上使用手势缩放

GetOrgChart still zoom using gesture on mobile device

我正在使用 GetOrgChart js,它提供了 enableZoom 的功能,它不会使用鼠标滚动缩放网站,但是,当使用 cordova 部署它时,它仍然允许缩放对于手势(两个手指缩放 in/out),有什么方法可以防止它在移动设备中出现?

在您的头部元素中添加以下标签

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