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

on-scroll-complete not work with ion-scroll #229

Open tonn opened 7 years ago

tonn commented 7 years ago

http://play.ionic.io/app/a4381d954d7b

1) press button or scroll manually 2) wait until scrolling animation will be completed 3) on-scroll-complete="handler()" will not call and alert window will not appears <- bug

jcyh0120 commented 7 years ago

Having this issue, too. I have to use on-scroll to work-around.