ionic framework - How to programatically open the ion-option-buttons on ion-items -


inside ionic application, let's have ion-list ion-items inside this:

<ion-list>   <ion-item>     love kittens!     <ion-option-button class="button-positive">share</ion-option-button>     <ion-option-button class="button-assertive">edit</ion-option-button>   </ion-item>    // other items in list  </ion-list> 

i want programmatically (e.g click of button), open option menu on items. same effect if user has swiped items left simultaneously.

i not able find documentation on this. how can achieve that?

i know it's pretty late it's wants same.

this not actual solution direction done.

you need find out call ionic gives on left/right swipe of item , call method code(off course after adding required dependencies).


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -