schedule event to keep a PWA alive in the background?

0
Hello all, I have a pwa that has a javascript function in the user side that I want to run every hour. problem is that most phones after sometime of inactivity will stop running the app on the background. Is there a way to schedule an event which will call a microflow to wake the application. Or any other way to wake the application every hour or so?   Thank you in advance
asked
1 answers
0

AFAIK it is not possible to run PWA's 24/7 in the background, there is no option for that.

See here for example: https://stackoverflow.com/questions/63681032/how-do-i-keep-a-progressive-web-app-open-in-background-service-worker

answered