-
Notifications
You must be signed in to change notification settings - Fork 400
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
Allow local rubberbanding when at the bottom or top of a scrollable element #7
Comments
I think this could be accomplished the by leaving an extra pixel of scroll space when the bottom is hit, but this might make some layouts appear wrong. |
👍 want to use this in http://reapp.io/ because of how easy it was to install. The 1px is interesting. Perhaps it could wrap touch scrollable content with something that is 1px off but -1px margins? |
@natew it's worth trying, I want to avoid doing anything that will screw up layouts, so I'm wary of -1px margins, but it might work out just fine. |
Hey, |
Currently, when using iNoBounce, rubberbanding can only happen if you're not scrolled to the absolute top or bottom of an element.
It would be nice from a UX perspective to allow the element to rubberband without causing the page to bounce.
The text was updated successfully, but these errors were encountered: