Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Ionic v3 ActionSheet: custom icon or image #1026

Open
Leo1305Pineda opened this issue May 15, 2019 · 0 comments
Open

Ionic v3 ActionSheet: custom icon or image #1026

Leo1305Pineda opened this issue May 15, 2019 · 0 comments
Labels

Comments

@Leo1305Pineda
Copy link

Leo1305Pineda commented May 15, 2019

After the need to incorporate a personalized image inside the button of the action sheet, I found these problems the ActionSheetController component only accepts ionic icon.

let actionSheet = this.alertCtrl.create({ title: 'Albums', buttons: [ .... { text: 'Delete', role: 'destructive', icon: 'trash', // https://ionicons.com/ handler: () => { console.log('Delete clicked'); } .... ]}); actionSheet.present();
origin issues

i need to use tag image on the bottom.
and implementing the change and solved the issues. repository git fork

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant