Actually, I do not want to set handlers to top-most elements, I am interested in event.targets being various text paragraps and so on.
In any case, like I said before, what I am doing DOES work in Froyo OK, and it also works in 2.1 *sometimes* Now to the good news! I am getting consistent behavior now after MANY hours of trial-and-error-and-googling-and-perusing-code. settings.setSupportZoom(false); does the trick somehow! As a true professional programmer I knocked on unpainted wood and spat three times over my left shoulder to avert bad luck taking my "solution" away, and so far it still works, after days wasted on this "research project." On Jul 16, 1:59 pm, "Maps.Huge.Info (Maps API Guru)" <cor...@gmail.com> wrote: > It could be the way you're setting your event listeners. If they're > not set to the topmost DOM element, they seem to get ignored, plus you > need to put in that DOM element a "disclaimer" (don't know what else > to call it) like: > > <div id="theMoveableOne" ontouchstart="return false"> > > to get it to be handled by your listener. It's tough to offer any > other advice without seeing your code though. > > -John Coryat -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en