I do not believe this is adequately covered in similar posts (such as this one: prevent touchstart when swiping), when kendo mobile is involved.
My problem is that when I touch a (finite length) kendo mobile listivew to begin a swipe or scrolling gesture, the row I happen to touch immediately renders in its "::active" state, which in my CSS changes the background color of the row. Each row in the listview is an anchor and therefore needs to support the touch/tap interaction as well. This is annoying because it makes the user think they have selected the listview item, when in fact they haven't.
Kendo mobile decides what is a touch/tap, and what is a swipe. I do not. I am hoping there is some way prevent the touch highlight if a swipe is detected. I'm also open to changing how a touch is represented visually as long as it still involves changing the background color. Maybe a CSS color transform with a short delay up front? Any ideas?