angular2-notifications icon indicating copy to clipboard operation
angular2-notifications copied to clipboard

Dialog close timer does not work

Open WillooWisp opened this issue 7 years ago • 6 comments

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.

WillooWisp avatar Nov 05 '16 14:11 WillooWisp

Hey @WillooWisp

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

flauc avatar Nov 05 '16 16:11 flauc

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

dpinheiro avatar Dec 19 '16 15:12 dpinheiro

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

flauc avatar Dec 19 '16 18:12 flauc

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

jlberrocal avatar Jan 17 '17 22:01 jlberrocal

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

harishachar avatar Aug 01 '17 12:08 harishachar

Same issue here, Timer doesn't work neither clickOnClose

christiankadjo avatar Aug 03 '17 12:08 christiankadjo