Disable Wheel
-
Hi
Is it possible to disable the mouse wheel? if you have a map on top of your page and you want to scroll down, the map’s zoom activates and you cannot scroll down.This is the API option
disableScrollWheelZoom: true
I changed “api-bing-map-2018.php” :
function loadMapScenario() { ... disableScrollWheelZoom: true, zoom: <?php echo $map_zoom ?>, }); ...
This works, but it would be overwritten in any update. It would be great to have an option in the plugin.
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Disable Wheel’ is closed to new replies.