Hi,
I need to customize my action sheets a bit more than the standard allows to.
I need to put in a backcolor, a font color, stuff like that; and I can’t use the cssClass because these values come from a database.
What would be the easiest way to achieve that? Adapt the original source and add a style option to the buttons (a simple string that is set as a style)?
Implement my own action sheet? I’d use an ion-list in an alert control but have no idea how to position it.
Other ideas I didn’t think of?
Thanks in advanc!