Answer the question
In order to leave comments, you need to log in
Why does a double click work on Yandex.Maps on Samsung phones, and not a single one?
Such a problem:
There is Yandex.Maps on the site, there is a placemark on them. I hang a click event on them like this
...
(function (id) {
placemark.events.add("click", function (e) {
var urlRedirect = "/ContactsPoints/?id=" + id + "&typePoint=" + typePoint;
location.href = urlRedirect;
});
})(id);
...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question