Hi,
i have simple mobile webpage that display google map with set of markers that are loaded from a server (JSON).
it also has filter by drop down menu of some tags that the user can use to show matching markers and hide others.
when the markers are loaded the first time, i don't see any problem.
but when i select one option , "ALL" which is to show all the markers again after it has been hidden , i experience the most slowness and lag
i also see some lag when filtring by other tags.
i only see this problem in my "state of the art" Galaxy Nexus (Android ICS 4.0) using the default browser.
the page runs find in firefox on the same device
runs fine on other androids (older versions , older devices)
runs fine on iphone
Is not that strange !? anyone faced this problem before?
--- for the code --
i store all the markers in an array and then loop through them when filtring and change visibility using setVisible(boolean).