ListView.click low performance

ListView.click low performance

Stack:  jQuery Mobile 1.2 with JQuery 1.8.2

I Read a lot of post about ListView performance and I applied proposed solution but I still having problems. 

The problem: I draw a simple ListView and I subscribe the click event but when I test it in my Xperia U (Android Phone) the event is triggered 2 second more late. It very low performance.

The Code

  1. <div data-role="content">
  2. <ul data-role="listview" id="serviciosLV" name="serviciosLV" data-inset="true" data-filter="true">
  3. <li>
  4. <a href='#'>Item 1</a>
  5. <li>
  6. <a href='#'>Item 2</a>
  7. <li>
  8. <a href='#'>Item 3</a>
  9. <li>
  10. <a href='#'>Item 4</a>
  11. </ul>
  12. </div><!-- /content -->

Sorry about my English.