Scroll wheel zooming needs an update
-
https://stackoverflow.com/questions/45729047/disable-the-ctrl-scroll-to-zoom-google-maps
Google introduced a change to Google Maps embeds last year. When you try to zoom in and out of a map using the scroll wheel, you’re instead prompted to use ctrl + scroll wheel instead.
This behavior can be changed by using
gestureHandling: 'greedy'
in the map options.The “enable scroll wheel zooming” checkbox in the plugin’s settings should be changed to a three item dropdown. One option to disable scroll wheel zooming, one option to allow it with ctrl + scroll wheel, and one option to allow it with just the scroll wheel.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Scroll wheel zooming needs an update’ is closed to new replies.