:: Forum >>

iPad, onRowDoubleClicked(), event.type == 'ontouchstart'


[AW 2.6.0]

On iPad, when onRowDoubleClicked() fires, we get event.type == 'ontouchstart' instead of 'dblclick'.

Is there any way to work this around?
Did AW 2.6.1 fix that?
Thierry Nivelet (FoxInCloud)
Friday, December 14, 2012
This happens because iPad does not fire double click events – they are used for zooming and not available to the browser. As a workaround I am emulating double click when I detect a sequence of two touch events. This is why event.type = touchstart (I am passing native event object which comes from the browser).
Alex (ActiveWidgets)
Monday, December 17, 2012
OK thanks Alex
Thierry Nivelet (FoxInCloud)
Friday, December 21, 2012

This topic is archived.


Back to support forum

Forum search