ItemSliding and pull-to-refresh

Animations and gestures in modern day applications are a must and they enhance the user experience while using the application features. You will find the ItemSliding feature in most iOS applications, and pull-to-refresh is commonly used to fetch the latest data, and as in the Facebook application, you will use this to fetch the latest feeds. ItemSliding is a swipe-able list that can be swiped towards the left or right to reveal action buttons. We will be using a swipe-able list on our wishlist page, where we have products action to delete from the list or add to cart:

//   src/pages/wishlist/wishlist.ts <ion-content>    <ion-list>     <ion-list-header>       4 Items in your Wishlist (Swipe for options).  </ion-list-header> ...

Get Hybrid Mobile Development with Ionic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.