This repository was archived by the owner on May 4, 2022. It is now read-only.
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
Description
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