Hi Rob, and thanks for looking into this.
Sure, I can repeat what I wrote in the original post. It’s actually very limited and has only to do with how the scrollView reacts to the swiping motion when the users scrolls.
-
Constant scroll speed (not controlled by gesture speed)
I want the scrolling to be fast or slow dependent on the "flick gesture speed! As it is now, the scroll speed is completely independent of the gesture speed, making the scrollView feeling very clumsy.
-
No scrolling if the finger is moved even slightly in the opposite direction before the flicking gesture
Sometimes the user drags the (list) scrollView a bit back and forth, before he wants to scroll a bit further. This isn’t possible now, because such a movement just cancels the scroll.
-
No scrolling if the finger is moved longer than a certain distance before flicking
If the user wants to scroll fast, it’s natural to make a larger flick motion, but if the motion is over a certain distance, the scrollView also seems to cancel the scroll!
-
Occasional bugging - the scrollView scrolls in the wrong direction
This happens maybe one of 30 times I try to scroll and it is not caused by reaching the limits of the scroll area.
I have made a small video showing some of these issues: VIDEO (sorry about the lousy resolution, it’s youtube)
I have not made a bug case out of this, because I have gotten the impression from Corona that there are no bugs. This is just how it works.