In my really-really simple web map application I hit a very odd problem. Her is the map: http://www.mcfoi.it/gmapsv3/wgmob2.htm I have a 'click' event listener on the map creating a new marker or replacing it if already on. Using the app in my Android 1.6 phone everything works fine if I keep working in the initial map view, set by the usual map class options at startup. The marker is repositioned on the new position on every click.
As soon as I do some panning outside the area depicted in the initial map view, the repositioning of the marker shows odd behavior: the point is positioned at random.. ..as if the system was trying to map the screen click coordinates to the initial map viewport. A (now removed) "bounds_changed" map event showed me that the panning actually triggers the event so the map changes its bounds. The same app works flawlessly in any desktop browser. Any idea of how to solve this issue? Marco -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

