Answer the question
In order to leave comments, you need to log in
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
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question