coronalabs/framework-widget

tableView swipe events also fire "release" event

ricardograca opened this issue · 0 comments

When a tableView fires a swipeLeft or swipeRight event it also fires a release event when the user releases the finger from the screen (or on mouse button up). In the old widget V1 library this was not the case.

I don't think it's correct to fire both events, because the "swipe" action is not usually intended to be used together with a touch/tap action.