davidaurelio / TouchScroll

TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.
http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/
BSD 2-Clause "Simplified" License
474 stars 61 forks source link

Need example for Pull to refresh? #30

Closed ia3andy closed 10 years ago

ia3andy commented 10 years ago

Is it possible to have a "pull to refresh" with TouchScroll, any example?

davidaurelio commented 10 years ago

hey ia3andy,

honestly, I haven’t been working on TouchScroll for quite some time. I’d recommend to use a maintained library like iScroll.

ia3andy commented 10 years ago

Hey David, Thanks for your answer.

I'm currently using iScroll and I'm experiencing some lag when scrolling on iphone 4 and android. On those devices if you scroll really quick, sometimes the touchEnd event is not catched and the scroll never stop. iScroll is good when used with simple html content. My content doesn't feet this requirement.

I've been reading on some blog post that TouchScroll is really good in this case. This is why I was thinking about switching from iScroll to TouchScroll but I need a pull to refresh functionality.

davidaurelio commented 10 years ago

I see. I am really sorry to say that I currently don’t have the time to implement this functionality.