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

bouncing scroller doesn't bounce back properly #1736

Closed
ctaepper opened this issue Jul 7, 2014 · 2 comments
Closed

bouncing scroller doesn't bounce back properly #1736

ctaepper opened this issue Jul 7, 2014 · 2 comments

Comments

@ctaepper
Copy link

ctaepper commented Jul 7, 2014

if the scroller is released while still having momentum the content is not bouncing back to top=0, but to top=-1px

to reproduce:

working:

  • have a ion-content with has-bouncing enabled
  • drag the content down
  • stop dragging
  • release
    now the content bounces back up to top = 0

not working:

  • drag the content down
  • dont stop dragging
  • release while still having momentum
    the content bounces back up to top = -1px

same problem with the bottom of the content;

@ajoslin
Copy link
Contributor

ajoslin commented Jul 7, 2014

Fixed! thanks for the clear report and reproduction instructions.

After deceleration is complete, the scrollView now always makes sure it is within the boundaries.

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants