Parameters
Code Example
Related APIs
my.startPullDownRefresh
Start pull-down refresh
my.stopPullDownRefresh
Stop pull-down refresh
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enable or disable pull-down refresh for the page.
| Property | Type | Required | Description |
|---|---|---|---|
| canPullDown | Boolean | Yes | Whether to enable pull-down refresh |
// Disable pull-down refresh
my.setCanPullDown({
canPullDown: false
});
// Enable pull-down refresh
my.setCanPullDown({
canPullDown: true
});