Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toast displayed white in colour #108

Open
pallikondan opened this issue Nov 27, 2017 · 0 comments
Open

Toast displayed white in colour #108

pallikondan opened this issue Nov 27, 2017 · 0 comments

Comments

@pallikondan
Copy link

pallikondan commented Nov 27, 2017

screen shot 2017-11-27 at 4 16 39 pm

my code snippet

window.plugins.toast.showWithOptions(
{
message: "hey Palli",
duration: "long", // which is 2000 ms. "long" is 4000. Or specify the nr of ms yourself.
position: "center",
addPixelsY: -100, // added a negative value to move it up a bit (default 0)
backgroundColor: '#333333', // make sure you use #RRGGBB. Default #333333
textColor: '#FFFF00',
textSize: 20.5, // Default is approx. 13.
cornerRadius: 10, // minimum is 0 (square). iOS default 20, Android default 100
horizontalPadding: 20
},

Even I change the background color to black
i'm using google pixel (Android version 8.1 - oreo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant