File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 17
17
</ion-toolbar>
18
18
</ion-header>
19
19
<ion-content padding>
20
+ <ion-refresher>
21
+ <ion-refresher-content></ion-refresher-content>
22
+ </ion-refresher>
20
23
<h1>Page One</h1>
21
24
<ion-nav-push component="page-two">
22
25
<ion-button class="next">Go to Page Two</ion-button>
@@ -37,6 +40,9 @@ <h1>Page One</h1>
37
40
</ion-toolbar>
38
41
</ion-header>
39
42
<ion-content padding>
43
+ <ion-refresher>
44
+ <ion-refresher-content></ion-refresher-content>
45
+ </ion-refresher>
40
46
<h1>Page Two</h1>
41
47
<div>
42
48
<ion-nav-push component="page-three">
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export class Refresher {
108
108
gestureName : 'refresher' ,
109
109
gesturePriority : 10 ,
110
110
direction : 'y' ,
111
- threshold : 10 ,
111
+ threshold : 20 ,
112
112
passive : false ,
113
113
canStart : this . canStart . bind ( this ) ,
114
114
onStart : this . onStart . bind ( this ) ,
You can’t perform that action at this time.
0 commit comments