ListView and swipe detection problem

ListView and swipe detection problem

in my native browser,When I am scrolling the li,it is very smooth

[before]
<ul data-filter="true" data-filter-placeholder="keywords" data-inset="true" data-role="listview">
<li>Subject 1</li>
<li>Subject 2</li>
<li>Subject 3</li>
<li>Subject 4</li>
<li>Subject 5</li>
.....
</ul>

However( only one line), I just add a "slide to the right" detection code (function is normal too) , the original smooth effect becomes very delay and caton

[after]
$(document).on("swiperight", function(event, ui) { alert("right") });
<ul data-filter="true" data-filter-placeholder="keywords" data-inset="true" data-role="listview">
<li>Subject 1</li>
<li>Subject 2</li>
<li>Subject 3</li>
<li>Subject 4</li>
<li>Subject 5</li>
.....
</ul>

please help me,what should I doㄚ_ㄚ
I am Android 4.11 Asus Pad Trandformer(TF201)