-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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 Pull to Refresh (ion-refresher) #5207
Comments
…ever working It’s still finishing the PTR before the complete is called though References #5207
@adamdbradley |
@brandyscarney Thank you for being so responsive!
but it seems that: |
I was having some unexpected behaviour with the pull to refresh so I tried the exact example of the docs in a new clean ionic2 project (Hello Ionic) running alpha56. I still have the following bugs:
Hope this helps :) |
I made a duplicate, oops #5456 Addressing @andrefedalto above. I've done some digging as well, and confirmed 1&2:
From what I see, It looks like this bit of code is being implemented still, although it comes off from the documentation as it working. |
…to emit the refresher Cleaned up the API docs for scroll and test also. References #5207
I added a few fixes for emitting events, including to emit the starting event now. These fixes should get in with the beta.1 release. Going to look into the other issues for the beta.2 release. Let me know if you find any more issues before then! 😄 |
updated docs to reflect new name and renamed an internal function BREAKING CHANGE: starting event no longer exists, must use start References #5207
The event |
|
…until complete is called Removed the code manually adding classes and used host instead. Fixed an issue with the tail refresh class not being removed after the first pull. Added Sass variables to customize the refresher more - will add even more to this. References #5207
Fixed most of the existing bugs:
Remaining issues:
|
All of these have been addressed in this refactor: 91df5f9 Thanks |
…eshing when dragging up fixes #5207
Ref. : #7914 Ion-refresher functionality works but refresher icon and other stuffs are blank in v2. |
Hi there. I am having a problem with ion-slides. This is the link |
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. |
Type: bug
Ionic Version: 2.x
Platform: ios 9 webview
- SASS file for ion-refresher is not included
Followed the documentation here
http://ionicframework.com/docs/v2/api/components/scroll/Refresher/
Thanks!
The text was updated successfully, but these errors were encountered: