Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
When using ion-infinite-scroll inside a ion-popover with an ion-list, the ionInfinite event does not fire once one has scrolled down to the bottom of the list.
Expected Behavior
The ionInfinite event should fire when scrolling down to the ion-infinite-scroll element in a ion-popover.
Steps to Reproduce
- Create a ion-popover and properly configure it
- Add a ion-list and fill it with content programmatically
- Add an ion-infinite-scroll after the list as per example in the ionic docs
- Add a function for the fired event that adds new content and completes the event
- Optionally have a console.log in the function to check that the event has been fired
- Run ionic serve and view the result
Code Reproduction URL
https://github.com/HighQualityWaschbaer/infinite-scroll-bug
Ionic Info
Ionic:
Ionic CLI : 6.20.8 (C:\Users\SRach\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : not installed
@angular-devkit/build-angular : 16.2.9
@angular-devkit/schematics : 16.2.9
@angular/cli : 16.2.9
@ionic/angular-toolkit : 9.0.0
Capacitor:
Capacitor CLI : 5.5.1
@capacitor/android : not installed
@capacitor/core : 5.5.1
@capacitor/ios : not installed
Utility:
cordova-res : 0.15.4
native-run : 1.7.4
System:
NodeJS : v16.20.0 (C:\Program Files\nodejs\node.exe)
npm : 8.19.4
OS : Windows 10
Additional Information
No response