-
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
bug: ion-refresher fails to trigger event @ionRefresh #22977
Comments
Looks like a regression in Vue as I can only reproduce on Vue 3.0.6. Try downgrading to 3.0.5 for now, and I will look into opening an issue on the Vue GitHub. |
Looks like this was an actual bug that was fixed: vuejs/core#2847. Ionic Framework needs to emit these events as kebab-case. Two options for workarounds:
|
Great work finding that out! 👏 |
Can you give this dev build a try on Vue 3.0.6?
You should be able to do either |
Tried it with |
Thanks for the issue! This is fixed in Ionic Vue v5.5.5.
|
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. |
Bug Report
Ionic version:
[x] 5.x
Current behavior:
Pull-to-refresh executes it's animation but method on @ionRefresher event is not called
Expected behavior:
Pull-to-refresh executes it's animation and method on @ionRefresher event is called
Steps to reproduce:
Related code:
https://github.com/NunoSav/ionic-vue-bugs
Ionic info:
The text was updated successfully, but these errors were encountered: