Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling hangs on Android if a flick is interrupted #15

Open
alicebartlett opened this issue Jun 14, 2010 · 1 comment
Open

Scrolling hangs on Android if a flick is interrupted #15

alicebartlett opened this issue Jun 14, 2010 · 1 comment

Comments

@alicebartlett
Copy link

If a touch is made following a flick then the scrolling hangs on Android 2.1. This happens only if the fling animation is still occurring, and causes a problem when the fling would ordinarily be followed by a snapback as the fling has gone off the screen.

It's a bit difficult to explain but very easy to replicate on a handset running Android 2.1.

@davidaurelio
Copy link
Owner

Thanks for reporting … I think I will come up with a different scrolling solution for android with the same API working with scrollLeft/scrollTop. That would solve a lot of Android-specific problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants