Swipe-left or right full width then trigger function - Mailbox feature

Hello everyone, i was wondering does anyone tried to create something like mailbox swipe gestures? I really like those features and i will be happy if someone can help with some ideas.

Here are the screenshots of that what i need.

2 Likes

Any news for this? A way to implement? I’m really interested

Also very interested

ya i know i am replying after 269 days of the post… Sorry, what to do? I am really new to this technology… :stuck_out_tongue:

   <ion-list show-delete="false" can-swipe="true">
                <ion-item href="#">
                    <div>
                        <h2>Shahid Sir</h2>
                        <p> Do Your Work by Tonight </p>
                    </div>
                    <ion-option-button class="button-assertive icon ion-trash-a"></ion-option-button>
                    <ion-option-button class="button-light icon ion-android-star"></ion-option-button>
                    <ion-option-button class="button-light icon ion-email"></ion-option-button>

                </ion-item>
                <ion-item href="#">
                    <div>
                        <h2>Admin @ apnastudy</h2>
                        <p> Welcome Aboard </p>
                    </div>
                    <ion-option-button class="button-assertive icon ion-trash-a"></ion-option-button>
                    <ion-option-button class="button-light icon ion-android-star"></ion-option-button>
                    <ion-option-button class="button-light icon ion-email"></ion-option-button>

                </ion-item>
   </ion-list>