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