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

Fix iOS 11.2 regression when tapping to jump #6

Closed
TimOliver opened this issue Dec 8, 2017 · 1 comment
Closed

Fix iOS 11.2 regression when tapping to jump #6

TimOliver opened this issue Dec 8, 2017 · 1 comment

Comments

@TimOliver
Copy link
Owner

iOS 11.2 (or possibly earlier) has introduced a regression where tapping down on the track no longer instantly jumps to that section of the scroll view.

Current behavior is that the jump will occur after the user has lifted their finger, or will merely happen on its own after a second if the finger is left down.

This 'delayed' activity seems to imply it's the result of an internal gesture recognizer taking too long to release its control.

Since UIScrollView uses gesture recognizers internally, I'm GUESSING the best way to fix this is to wrap all of the scroll bar's interactions into a custom recognizer that can then be used to override the scroll view.

@TimOliver
Copy link
Owner Author

Fixed in PR #8.

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

No branches or pull requests

1 participant