Open
Description
Notifications
service allows to set a delay for a Toast notifications with NotificationsProvider.setDelay(int)
. However, if a notification comes when a user switches to other tab/window (blur), the user may miss the notification when the timeout is reached.
Notification service could start the timeout (for auto-close) when user focuses to the page/window. Until then, all non-persistent notifications will stack up.