Widget tableView , first tap after slide. somtime event not rise

local widget = require( "widget" ) local list = widget.newTableView  

What I know:

  tap’s event.target as touch’s event.row., as touch’s event.target is the same.

 when quit touch < delta Time -> it tap event.

 when touch and hold in time > delta Time -> it touch event.phase = “press”. (and “release” when end of touch). also have phase “swipeLeft” or “wipeRight” if after “press” phase, move finger left or right. And “cancelled” evnet phase will rise if after “press” phase your finger move up and and down enough to tableview begin sliding.

What I dont understand is after I slided The first touch some time won’t rise anything (tap, touch) ???