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
- <div data-role="content">
- <ul data-role="listview" id="serviciosLV" name="serviciosLV" data-inset="true" data-filter="true">
- <li>
- <a href='#'>Item 1</a>
- <li>
- <a href='#'>Item 2</a>
- <li>
- <a href='#'>Item 3</a>
- <li>
- <a href='#'>Item 4</a>
- </ul>
- </div><!-- /content -->
Sorry about my English.