capacitor-plugins icon indicating copy to clipboard operation
capacitor-plugins copied to clipboard

feat: Toast Plugin - Color as ToastOption

Open EcoFa opened this issue 5 years ago • 2 comments

Feature Request

Hi, I would like to request, if it would be possible to change the background color of the Toast plugin (Capacitor) analogous to the "normal" Ionic Framework Toast via the settings?

EcoFa avatar Jul 17 '20 10:07 EcoFa

+1 for this feature. would be nice if capacitor toast messages could be styled like cordova-plugin-x-toast.

e.g:

styling: {
  opacity: 0.75,
  backgroundColor: '#FF0000',
  textColor: '#FFFF00', 
  textSize: 20.5, 
  cornerRadius: 16, 
  horizontalPadding: 20, 
  verticalPadding: 16
}

Otherwise it is impossible to match native toast message appearance with ionic css theming...

benjhess avatar Sep 24 '20 21:09 benjhess

+1

I want to add some background color and currently it's impossible to do so

iursevla avatar Nov 03 '21 13:11 iursevla

Hello! I would like to know if this feature is planned to be included in future updates, Thanks in advance

miguelmoya1 avatar Jun 05 '23 07:06 miguelmoya1