Skip to main content
Use this API to stop the pull-down refresh animation.

Parameters

This API does not require any parameters.

Code Example

Page({
  onPullDownRefresh() {
    this.fetchData().then(() => {
      my.stopPullDownRefresh();
    });
  }
});

my.startPullDownRefresh

Start pull-down refresh