Hi,
I am implementing a delete swipe functionality in tableview where it needs to behave like iOS7 where it moves the row content to unveil the delete/cancel buttons when the user swipes left the finger.
I noticed that the tableview listener only receives began phases an no moved phase.
This is specifically done in widget_tableview.lua in function view:touch( event ) where the moved is hard coded changed to began.
Is this a design decision ? Should I file a feature request or issue report?
At this point I can hack it by relying on there being moved phases after the began phase, are there any other known workarounds ?
Thanks,
Atanas