jolicode / Alloy-PullToRefresh

Pull to refresh widget for Titanium Alloy applications.
MIT License
55 stars 10 forks source link

Android version with Listview hasn't got a scroll momentum #6

Open treinberger opened 10 years ago

treinberger commented 10 years ago

First of all, thank you for your widget! When using the Android version, the scrolling stops as soon as I remove the finger from the smartphone surface. Any idea how to overcome this problem?

clairecoloma commented 10 years ago

Hi @treinberger, I don't have this problem, do you use ListView or TableView ?

JigarM commented 10 years ago

Hello clairecoloma,

i got the same issue when i scroll the Listview, it didnt scroll. i have problem to refresh the Listview too. Can you please look up on it.?

Check my sample project for Android PulToRefresh

vdesdoigts commented 9 years ago

There is two scrolls on android, du to the ScrollView and TableView. I can't scroll in my TableView, so I can't see all of my content.