At my project use 2-finger SlideTouchHandler control a list slide.
At the 2-finger slide processing, i find a problem when finger_A (2-finger: finger_A and finger_B) at the slide processing release and then press and slide agian.
But at the continue slide processing,the list can't follow SlideTouchHandler's slide.
I add some log function at the List and SlideTouchHandler slot function.
At the normal slide processing:
SlideTouchHandler onStart and onSlide function log information output normal
List onLoadItem function log output normal
But at the countinue slide process "when finger_A (2-finger: finger_A and finger_B) at the slide processing release and then press and slide agian":
SlideTouchHandler onStart and onSlide function don't output log information
List onLoadItem function don't output log information
Base the log output different, i add log output function at SlideTouchHandler onEnd function. The onEnd log output when fingerA release.
So when fingerA release, SlideTouchHandler think the 2-finger-slide processing is end.
If i want the SlideTouchHandler continue control the list slide after The Countinue_Slide_Processing, How can i achieve this function?