How to detect scroll reached end in ion-content component of Ionic 4?
问题 In Ionic v3 ion-content there was properties like "scrollTop". In Ionic v4 there are no more of this properties... How could I determine if a user reached the end of the content? https://ionicframework.com/docs/v3/api/components/content/Content/ https://ionicframework.com/docs/api/content 回答1: These features are still available they are just in a different location. After enabling it with scrollEvents , you need to use the ionScroll event and then calculate the height based on the results of