-
Notifications
You must be signed in to change notification settings - Fork 13.5k
ion-refresher on Android with native scrolling - scrolling inverted #5194
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
Comments
I can reproduce this. You get rid of the inversion effect when let go of it though. |
The same behavior on my device. Tested on Android 5.x |
+1 for this. |
This issue was moved to ionic-team/ionic-v1#186 |
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. |
When using the ion-refresher, with native scrolling enabled (which is default), in a specific usecase the scrolling is inverted.
How to reproduce: Pull down to refresh until the text/icon appears, but don't release. Scroll back up until the text/icon has disappeared. Now the scrolling of the list is inverted, i.e. if you scroll down with your finger, the items scroll in the opposite direction.
This cannot be reproduced on iOS.
Problem also does not occur with js scrolling.
The text was updated successfully, but these errors were encountered: