Does anybody know how to disable the CTRL + Scroll?
Scroll
First when the mouse wheel was moved the Map would Zoom in/out. But now it asks to press
Nesting the gestureHandling within an options property worked for me on version "3.35.6".
gestureHandling
options
map = new google.maps.Map(document.getElementById('map'), { zoom: 12, options:{ gestureHandling: 'greedy' } });