-
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
[V3] Content: scroll events not enabled #10948
Comments
Thanks for the detailed issue! It seems this was an issue in 2.3.0 also, duplicate of #10938. |
Oops, sorry, should have checked. Closing this in favor of #10938. |
@jsayol Ha, I just realized I linked you back to your own issue. Oops, glad you found it. :) |
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. |
Ionic version: (check one with "x")
[ ] 1.x
[ ] 2.x
[x] 3.0.0-beta.3
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request
Current behavior:
The
ionScroll
,ionScrollStart
, andionScrollEnd
outputs of theContent
component never emit.Expected behavior:
These outputs should emit on scroll events.
Steps to reproduce:
Either on the template:
Or inside a component that has Content:
Related code:
It seems these 3 EventEmiters are not attached to the underlying ScrollView events, since
enableScrollListener()
is never called: https://github.com/driftyco/ionic/blob/63fd63e72e8cf44767ec8ca2d6ba0e6b9f071317/src/components/content/content.ts#L386-L418If I manually enable it, then the scroll otuputs emit events as expected. But that shouldn't be necessary, considering I'm accessing
@hidden
methods and properties:Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: