mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
@ -17,6 +17,9 @@
|
|||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
<ion-content padding>
|
<ion-content padding>
|
||||||
|
<ion-refresher>
|
||||||
|
<ion-refresher-content></ion-refresher-content>
|
||||||
|
</ion-refresher>
|
||||||
<h1>Page One</h1>
|
<h1>Page One</h1>
|
||||||
<ion-nav-push component="page-two">
|
<ion-nav-push component="page-two">
|
||||||
<ion-button class="next">Go to Page Two</ion-button>
|
<ion-button class="next">Go to Page Two</ion-button>
|
||||||
@ -37,6 +40,9 @@
|
|||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
<ion-content padding>
|
<ion-content padding>
|
||||||
|
<ion-refresher>
|
||||||
|
<ion-refresher-content></ion-refresher-content>
|
||||||
|
</ion-refresher>
|
||||||
<h1>Page Two</h1>
|
<h1>Page Two</h1>
|
||||||
<div>
|
<div>
|
||||||
<ion-nav-push component="page-three">
|
<ion-nav-push component="page-three">
|
||||||
|
|||||||
@ -108,7 +108,7 @@ export class Refresher {
|
|||||||
gestureName: 'refresher',
|
gestureName: 'refresher',
|
||||||
gesturePriority: 10,
|
gesturePriority: 10,
|
||||||
direction: 'y',
|
direction: 'y',
|
||||||
threshold: 10,
|
threshold: 20,
|
||||||
passive: false,
|
passive: false,
|
||||||
canStart: this.canStart.bind(this),
|
canStart: this.canStart.bind(this),
|
||||||
onStart: this.onStart.bind(this),
|
onStart: this.onStart.bind(this),
|
||||||
|
|||||||
Reference in New Issue
Block a user