Hello, I have the following issue: I have tried in local, in the ionic previewer and then on one device, but the refresh event is not triggered.
I am using Ionic 2.0.0-beta.32. This is the code:
<ion-content class="search">
<ion-refresher (pulling)="reloadData($event)">
<ion-refresher-content
pullingIcon="arrow-down"
pullingText="Pull to Refresh"
refreshingSpinner="circles"
refreshingText="Refreshing ...">
</ion-refresher-content>
</ion-refresher>
....
</ion-content>
Can anybody help please?