I\'ve been a couple of days trying to solve this thing but I can\'t figure it out. The problem is, simple activity, with simple layout, ScrollView -> LinearLayout -> and a l
I've been able to fix this by overriding onScrollChanged, then sending the ScrollView a MotionEvent via OnTouchEvent when the bounds are reached to simulate a user touch.
It's the hackiest, dirtiest programming I can imagine, but it works ok in my application. This app is for phones running 2.2 only, and this bug needed to be fixed somehow.
If anyone has a better solution please let me know.
Edit: This problem is only in 2.2 btw, they've fixed it in 2.3, and it wasn't an issue in 2.1.