Action sheet with list

Hi,
Is there a way to create an action sheet like an items list ?
I need to open a list of option where a user clicks on a link.
But I don’t know if action sheet is the best solution for this case.

Some tips ?
Thanks.

You could use the ionic Action sheet, and if you need to set specific actions based on which item they clicked, you could write a function for each item that sets the actions for the action sheet.

http://ionicframework.com/docs/api/service/$ionicActionSheet/

1 Like