Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How keep PWA alive even though mobile screen lock or off?

Is it possible to keep progressive web application running in background even though the mobile device turns screen lock or off?

like image 913
lei lei Avatar asked Oct 19 '25 06:10

lei lei


1 Answers

The application stops running as soon as the screen is locked or the device goes to sleep mode. If you want to run JavaScript code in the background, you can use Web Workers.

like image 95
JSON Derulo Avatar answered Oct 22 '25 07:10

JSON Derulo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!