-
Notifications
You must be signed in to change notification settings - Fork 7
Implement auto scroll into ScrollView
(#60)
#118
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
Conversation
4bd36a6
to
ab48a2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we currently need only this behaviour but at least I'd consider opt-in autoscroll to the end when content is added and the viewport is scrolled somewhere in the middle, not at start, nor at the end. What do you think?
I agree. |
b655d32
to
1f681c9
Compare
@adamkudrna @mbohal It was re-worked and rebased due to amount of changes in master. A tested it in all modes (off, always, detectEnd) in Chrome, Firefox and Safari on MacOS and it worked in all cases. Hope it is finally done, I spent a lot of time on that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful! I tested it in Chrome, FF, and on my iPad and it works.
166c9af
to
dcbe626
Compare
No description provided.