joehewitt / scrollability

Imitates iOS native scrolling in JavaScript.
http://joehewitt.github.com/scrollability
Other
1.78k stars 147 forks source link

Add a refresh/update function to handle content change #15

Open mgcrea opened 13 years ago

mgcrea commented 13 years ago

Playing with a 500+ list, it seems content update is not well supported (i get stroboscopic jumps if i build my list later). This is usually handled with some kind of refresh() method/event that can be called/triggered.