Answer the question
In order to leave comments, you need to log in
How to activate scroll after clicking on the map?
How to make it so that the user can scale the Yandex map only after clicking on it and then clicking on it again, the scroll is activated, but the map is not scaled.
Answer the question
In order to leave comments, you need to log in
map.events.once('click', function () {
map.behaviors
.enable('scrollZoom')
.enable('multiTouch');
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question