newScrollView "flick" issue

Has anyone had issues with the newscrollview widget where by if you simply flick the screen it scrollers to the very top or bottom on the scrolling area super quick? …(depending on which direction you flick).

Ive tried changing the friction to around 0.700 and had some success but it still not right… Just the slightest flick and thing flys off to the maximum scroll height.

Thanks
Aidan

[import]uid: 102413 topic_id: 28966 reply_id: 328966[/import]

I have had similar issues on Android platforms. Changing the friction was the only thing I found helped, that and limiting the maxVelocity will get real close to normal behavior. [import]uid: 58885 topic_id: 28966 reply_id: 116627[/import]

Thanks for that Chevol.
Im using the newScrollView
http://developer.coronalabs.com/reference/index/widgetnewscrollview

… and I dont think maxVelocity is supported by it.
[import]uid: 102413 topic_id: 28966 reply_id: 116764[/import]

My bad, I was using newTableView and it supports maxVelocity. I didn’t know newScrollView doesn’t have that parameter. I guess friction is all you have to adjust on the newScrollView, bummer. [import]uid: 58885 topic_id: 28966 reply_id: 116768[/import]

Nay worries thanks for the info anyway.
I might send this over to corona at some point as bug. It never seemed to of worked correctly. [import]uid: 102413 topic_id: 28966 reply_id: 116770[/import]