Context menu

Hi everyone,
First of all thank you for this awesome framework.

I want to know how can I implement some menu with a behaviour similar as a context menu in Andorid.
I want a list view responding at hold gesture and showing the menu as a popup.

I tried to use swipping and showing options buttons on every item, but if i did this i couldn’t swip right to open my side-menu.
Which is the best way to show to the user the delete option on one item-list?

Thanks again.

Use Action Sheet.

1 Like

Here’s another source of documentation on Action Sheet from Ionic: http://learn.ionicframework.com/formulas/action-sheets/