About WeChat Mini Programs's onReachBottom

to achieve the effect of pulling up and loading more, set the onReachBottom of the page to a negative number

this works fine on ios, but not in Android Mini Program (because it can"t pull up and trigger a negative onReachBottom)

could you tell me how to solve this? I just want to achieve the same effect of ios on Android Mini Program


official answer
clipboard.png


I don't quite understand what you think. What is the negative number? If you pull and load, isn't it possible to implement it directly in onReachBottom in js?

Menu