You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a situation where I need to reload the current web page and then show a notification. The notification shows up but disappears after a very short period of time, much less than the 5000 setting. I think this is happening because the notification is displayed while the page is loading and is wiped out as soon as the reload has finished, but not sure.
I've tried using setTimeout and delay to issue the notify after pausing but in both cases, the notification doesn't show up at all.
Any suggestions for how to make this work?
The text was updated successfully, but these errors were encountered:
I have a situation where I need to reload the current web page and then show a notification. The notification shows up but disappears after a very short period of time, much less than the 5000 setting. I think this is happening because the notification is displayed while the page is loading and is wiped out as soon as the reload has finished, but not sure.
I've tried using setTimeout and delay to issue the notify after pausing but in both cases, the notification doesn't show up at all.
Any suggestions for how to make this work?
The text was updated successfully, but these errors were encountered: