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 countdown running in my App and I need to send alerts at certain times regardless of whether the App is in foreground or in background.
In foreground the "onupdate" event fires correctly but in background it does not.
Here is an example of my implementation in Framework7 App and I attach an screen where it is evident that the "onupdate" is not fired when I move to background.
In the documentation I have not found a way to avoid this "sleep" of the timer. Could you give me any implementation or workaround suggestions?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I have a countdown running in my App and I need to send alerts at certain times regardless of whether the App is in foreground or in background.
In foreground the "onupdate" event fires correctly but in background it does not.
Here is an example of my implementation in Framework7 App and I attach an screen where it is evident that the "onupdate" is not fired when I move to background.
In the documentation I have not found a way to avoid this "sleep" of the timer. Could you give me any implementation or workaround suggestions?
Thanks in advance
The text was updated successfully, but these errors were encountered: