You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
Due to the fact that the ionInfinite event is not automatically triggered when entering the page, the page data is empty upon initial entry, and a manual scroll is required to trigger it
Expected Behavior
After entering the page, the ion-infinite-scroll component should automatically trigger the ionInfinite event to load data, rather than manually loading the first page of data when entering the page