enableTouchZoom property
Whether to enable multitouch zooming. Note that if the chart covers the viewport, this prevents the user from using multitouch and touchdrag on the web page, so you should make sure the user is not trapped inside the chart. By default it inherits the enabled setting.
API Docs: https://api.highcharts.com/highcharts/mapNavigation.enableTouchZoom
Implementation
bool? enableTouchZoom;