This is a migrated thread and some comments may be shown as answers.

Performance Issue

1 Answer 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
AmrElsayed
Top achievements
Rank 1
AmrElsayed asked on 01 May 2012, 11:19 AM
Hi,

I am using Keno Mobile with PhoneGap in my application, I am replicating a list view similar to the one showed in the demo.
However, scrolling through the list items takes a considerable time to render the rest of the list items.

Can you have any suggestions about the source of this performance issue?

Thanks,
Amr

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 02 May 2012, 08:46 AM
Hi,

In general, heavy graphics and CSS effects of the listview content cause such slowdown. The scrolling performance also depends on the browser accelerated compositing, which can be triggered in various ways, most common one being applying 

-webkit-transform: translateZ(0) 

to the elements inside the listview items.  

All the best,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
AmrElsayed
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or