A
A
Alexey Cherepanov2016-03-25 04:36:59
safari
Alexey Cherepanov, 2016-03-25 04:36:59

Why do the marks on the map appear only after dragging the map under poppy + safari?

Actually why? Under chrome everything is ok. I do map.geoObjects.add(placemarks[i]); And labels on idea should appear at once.
I get placemarks like this in a loop, I get data for the balloon and coordinates with Ajax
placemarks[i] = new ymaps.Placemark(coordsInt,{
balloonContent: somestring
},marker);
map.geoObjects.add(placemarks[i]);

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cherepanov, 2016-03-28
@Udjine

using jquery like this $(".ymaps-map").hide().fadein("fast"); perform on applying changes that change labels, where ymaps-map is the class of the container with the labels

F
forgotten, 2016-03-25
@forgotten

We are also very interested in this question :(

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question