flauc / angular2-notifications

A light and easy to use notifications library for Angular.
https://stackblitz.com/edit/angular2-notifications-example
MIT License
746 stars 164 forks source link

Dialog close timer does not work #100

Open WillooWisp opened 8 years ago

WillooWisp commented 8 years ago

Some times the timer works as setup, e.g. 5000 ms, but very often it the progress continues on forever and the dialog never closes.

flauc commented 8 years ago

Hey @WillooWisp

I've never encountered this before, could you try to recreate the problem in a plunkr please?

dpinheiro commented 7 years ago

I was having the same issue, due to having the time in seconds instead of milliseconds. The documentation should describe which time units are used. And if the time is too short (I was trying with 4(ms)) the notification doesn't disappear

flauc commented 7 years ago

I'll update the readme. Thanks for the heads up 👍

jlberrocal commented 7 years ago

I'm facing something related, in my case pauseOnHover is not working at all in html toast, it always get closed.

harishachar commented 7 years ago

Is there any way you can set the close timer other than using setTimeout function? Please help.

christiankadjo commented 7 years ago

Same issue here, Timer doesn't work neither clickOnClose