capacitor-plugins
capacitor-plugins copied to clipboard
feat: Toast Plugin - Color as ToastOption
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?
+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...
+1
I want to add some background color and currently it's impossible to do so
Hello! I would like to know if this feature is planned to be included in future updates, Thanks in advance