-
Notifications
You must be signed in to change notification settings - Fork 144
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 is not closing in andriod application. #142
Comments
I see this is fixed in latest release in v2. But not sure whether it would be compatible with vue 2 |
Hello @svambati! Thank you for reporting this, but I'm afraid I've not been able to reproduce the issue. The demo is still running v1.x and the codesandbox is running 1.7.8, so maybe the issue lies elsewhere. Can you provide a way to reproduce your setup so I can help you debug it? |
I have the same problem in my Vue 3 + TypeScript application. The notification doesn't disappear. |
@Maronato So do I, I'm working with Vue 3 JavaScript application and the toast is not closing automatically after timeout exceeds. |
@svambati @cyberco
} |
@cyberco @Abdulrahmanh95 which versions are you using (both Vue, Vue-toastification and browser)? Also, are you able to setup a minimal repo or codesandbox in which the issue occurs? I've not been able to reproduce it. |
Here is a codesandbox showing that the toasts do disappear with Vue 3.0.2 and Vue Toastification 2.0.0-beta.7: Please keep in mind that, because of a recent vue commit, there are some issues regarding mismatched versions of vue and its compiler that lead to kebab-case events not firing correctly(also here, here and here). Incidentaly, there has been a recent issue filled here on Vue Toastification that reported the same problem and, since then, only vue >=3.0.2 is supported. Make sure that your Vue installation is up to date and report back if the issue persists. Take a look inside your |
|
Closing this since no reproduction steps have been provided and it really seems like a duplicate of #137 |
Versions
Describe the bug
Toast is not closing automatically even though we have set timeout.
Expected behavior
Toast has to be closed after certain time.
Steps to reproduce
Reproduction demo.
Steps:
Your Environment
Andriod Phone - Cromium 33
Additional context
The text was updated successfully, but these errors were encountered: