My page has a fairly basic listview (dynamically generated and injected/refreshed via javascript) but it's almost 1000 entries long, with a filter (which is why I need all entries rather than 100 with a "More" option). It displays fine on my ipod touch but scrolling performance is extremely sluggish, almost unusably so. Has anyone got any tips on how to make it faster?
One thing I tried was just to have <li> entries without inner <a> links and this indeed make scrolling much more responsive. In coding the page transitions via javascript however safari often crashes.