Skip to content
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
@Leo1305Pineda

Description

@Leo1305Pineda

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions