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

why does the message have my app name before it pops up and how to remove it? #125

Open
kikyo20 opened this issue Jan 24, 2019 · 0 comments

Comments

@kikyo20
Copy link

kikyo20 commented Jan 24, 2019

Expected behaviour

show message without my app name.
toast2019012202

Actual behaviour

There is something in front of the pop-up message.

  • Android device

Meh

showToast(message = '操作完成', duration: any = 2000): void {
if (this.isMobile()) {
// Toast-PhoneGap-Plugin
this.toast.show(message, duration,'center').subscribe();
} else {
//...
...
}
}

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