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
> 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
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
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
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...
-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
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
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",
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