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
The text was updated successfully, but these errors were encountered:
shubhamdhere621
changed the title
Notify event is not triggered when the application tab is active or the browser is minimized
Notify event is not triggered when the application tab is inactive or the browser is minimized
Sep 25, 2023
This happens for For Background Tasks (non-UI related), and it looks like it can only be solved using HTML5 Web Workers. Here are some related articles:
Bug Report or Feature Request (mark with an
x
)Current behavior
when we minimize the browser or inactive tab of application, then notify event does not trigger.
https://stackblitz.com/edit/ngx-countdown-setup-nglzm2?file=src%2Fmain.ts,src%2Findex.html
Expected behavior
It should trigger notify event at a time even if we change the tab or minimize the browser.
Environment
The text was updated successfully, but these errors were encountered: