Hi all, i can’t understand if i’m crazy or there is something wrong.
I ported the widget from 1.0 to 2.0 more or less no pain for one app, but dev overhead in any case.
So i discovered that now we have to events on row tap: a tap and a touch.
In on case we have event.phase = “tap” in the other case we have all nice touch phases.
But in tap we have event.target and in touch we have event.row :huh:
More over i have to implemente a tap handler? Something as:
if event.phase == “tap” then
--do all the stuff that i already manage in the touch phases
end
Is there any way to disable tap for tableviews?
Thanks