Open GoogleCodeExporter opened 9 years ago
This is an android bug. The :
element.parentNode.removeChild(element);
doesnt seem to work correctly and causes the screen not to redraw correctly.
The workaround would be to do this:
ClusterIcon.prototype.onAdd = function () {
var cClusterIcon = this;
var cMouseDownInCluster;
var cDraggingMapByCluster;
this.div_ = document.createElement("div");
this.div_.className = this.className_;
if (this.visible_) {
this.show();
}
else{
this.hide();
}
Original comment by hakim.sa...@contentthread.com
on 26 May 2014 at 4:06
[deleted comment]
I have this issue on android 4.2 and 4.3 also.
Original comment by kl3...@gmail.com
on 21 Nov 2014 at 10:52
Original issue reported on code.google.com by
hakim.sa...@contentthread.com
on 23 May 2014 at 4:43Attachments: