CodeSeven / toastr

Simple javascript toast notifications
http://www.toastrjs.com
MIT License
11.94k stars 2.04k forks source link

If we close the Notification[Toastr] on one tab, can we get notified on another tab and the toastr gets dismissed there as well. #540

Open aadilwani opened 7 years ago

aadilwani commented 7 years ago

If we close the Notification[Toastr] on one tab, can we get notified on another tab and the toastr gets dismissed there as well. ?

mohanen commented 6 years ago

No, you have to write your logic to do that in the toastr.options.onclick call back. You can use cookies or session storage or db to handle the state of the notifications.