Re: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click... (fixed)

2011-06-28 Thread Leonhard Dietze
Hi Noli, Am 29.06.2011 01:10, schrieb Noli Sicad: in case somebody else stumbles over this message. After a lot of OpenLayers/Javascript/Jquery-Debugging I finally found the problem with my code (with JQuery,OpenLayers,JQuery-UI): I was trying to stop the Click-Event from being further evaluated

Re: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click... (fixed)

2011-06-28 Thread Noli Sicad
> in case somebody else stumbles over this message. After a lot > of OpenLayers/Javascript/Jquery-Debugging I finally found > the problem with my code (with JQuery,OpenLayers,JQuery-UI): > I was trying to stop the Click-Event from being further > evaluated. When I finally removed the line > "E

Re: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click... (fixed)

2011-06-28 Thread Leonhard Dietze
Hi everybody, in case somebody else stumbles over this message. After a lot of OpenLayers/Javascript/Jquery-Debugging I finally found the problem with my code (with JQuery,OpenLayers,JQuery-UI): I was trying to stop the Click-Event from being further evaluated. When I finally removed the line

Re: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click...

2011-06-27 Thread Leonhard Dietze
Hi Steve, I am currently also testing OpenLayers 2.11-rc1 on a mobile device (ipad 2). Thank you for starting with this topic, it showed me that I am not alone. The click-Event in your first compass/mobile/ application works perfect on the ipad2, but not the second (compass/mobile2/) one. I tri

RE: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click...

2011-06-17 Thread Lime, Steve D (DNR)
users-boun...@lists.osgeo.org [mailto:openlayers-users-boun...@lists.osgeo.org] On Behalf Of christopher.schm...@nokia.com Sent: Thursday, June 16, 2011 2:16 PM To: Lime, Steve D (DNR) Cc: openlayers-users@lists.osgeo.org Subject: Re: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click...

RE: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click...

2011-06-16 Thread Lime, Steve D (DNR)
-boun...@lists.osgeo.org] On Behalf Of christopher.schm...@nokia.com Sent: Thursday, June 16, 2011 2:16 PM To: Lime, Steve D (DNR) Cc: openlayers-users@lists.osgeo.org Subject: Re: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click... On Jun 16, 2011, at 12:05 PM, ext Lime, Steve

Re: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click...

2011-06-16 Thread christopher.schmidt
On Jun 16, 2011, at 12:05 PM, ext Lime, Steve D (DNR) wrote: > Hi All: With the new mobile support how does one make a tap behave like a > traditional mouse click. I don’t > need tap-pan support. In the past I’d simply register a click event and > callback: > > map.events.register("click", ma

Re: [OpenLayers-Users] Mobile Support: Handling a tap like a mouse click...

2011-06-16 Thread christopher.schmidt
On Jun 16, 2011, at 12:05 PM, ext Lime, Steve D (DNR) wrote: > Hi All: With the new mobile support how does one make a tap behave like a > traditional mouse click. I don’t > need tap-pan support. In the past I’d simply register a click event and > callback: > > map.events.register("click",

[OpenLayers-Users] Mobile Support: Handling a tap like a mouse click...

2011-06-16 Thread Lime, Steve D (DNR)
Hi All: With the new mobile support how does one make a tap behave like a traditional mouse click. I don't need tap-pan support. In the past I'd simply register a click event and callback: map.events.register("click", map, myClickHandler); It's not clear to how this is done with the touch eve