You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2022. It is now read-only.
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.
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: