Hello,
I have a question about widget.newTableView,
When I listening to the event of the rows,
it acts very different then normal buttons.
even I use
if ("release" == event.phase) then -- do something end
It requires relative long press and release to trigger the “release” phase.
A quick tap doesn’t work.
All corona sample projects have the same issue too.
How do I improve it?
Thanks for reading.