GNOME Bugzilla – Bug 683936
ClickAction doesn't support touch events
Last modified: 2012-09-13 11:18:28 UTC
ClickAction is unable to detect tap gestures done with touch devices, as it doesn't handle TOUCH_BEGIN/TOUCH_END events. The attached patch add that support with no API changes, but an implementation subclassing GestureAction may be more interesting.
Created attachment 224205 [details] [review] click-action: add touch event support Allow for touch events to trigger the "clicked" event on ClickAction without introducing API changes.
Review of attachment 224205 [details] [review]: looks good to me
The following fix has been pushed: e6fcdb0 click-action: add touch event support
Created attachment 224212 [details] [review] click-action: add touch event support Allow for touch events to trigger the "clicked" event on ClickAction without introducing API changes.