Hi all,
i have some code on this page:
http://www.maw8i3i.com/g_addstore.php it utilizes API 3 and navigator.geolocation
sets the current location of the user
everything till here works fine.
the problem is here:
and the way it is supposed to work after that is
if the user clicks on the created marker it would open the info window
infowindow = new google.maps.InfoWindow({
content: html});
which is a table with a save button.... anyways this is not working properly
on the marker that is created by the navigation.geolocation ... when that marker is clicked the eventlistener is not activated, you will have to click elsewhere on the map for a new marker to be created and then everything works as it is supposd to. I am almost sure it is a simple bug, but i havent been able to pin point it for the last 6 hours... your help is appreciated.
Thanks in advance.
Layth