I am working with Google Map,
My case is that I have a map fragment inside the ScrollView and I need to scroll the map only with two finger<
var map = new google.maps.Map(document.getElementById('map'), { zoom: 4, center: myLatLng, gestureHandling: 'cooperative' });
For more details check this https://maps-apis.googleblog.com/2016/11/smart-scrolling-comes-to-mobile-web-maps.html