ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
193 stars 187 forks source link

trigger the loadMore event when I scroll to horizontal in the end of right. #232

Open jgw96 opened 7 years ago

jgw96 commented 7 years ago

From @chgsh2008 on March 20, 2017 13:3

Ionic version: (check one with "x") version: 1.x**

I use ion-scroll to show data, use the ion-refresher and ion-infinite-scroll, and need direction="xy". When I scroll to horizontal the right end, it will trigger the loadMore event.

Current behavior: When I scroll to horizontal the right end, it will trigger the loadMore event.

Expected behavior: When I scroll to horizontal the right end, it will not trigger the loadMore event. Only I want to trigger the loadMore event is when I scroll to the end of view .

here is my code: `

{{item.FieldName}}
{{cell}}

`

is anyone had this question? is anyone would help me solve this problem? thanks.

in china, I can't login https://forum.ionicframework.com/ and https://ionic-worldwide.slack.com/messages.

Copied from original issue: driftyco/ionic#10840

Scobee commented 5 years ago

@jgw96 - did you find an solution for this ?