#setInterval doesn't work when app is in background
2 messages · Page 1 of 1 (latest)
iirc so far people used something like this https://www.npmjs.com/package/worker-timers
(at least on windows, not sure if someone used it on macos or linux too)
2 messages · Page 1 of 1 (latest)
Hi, I've noticed that setInterval stops working when I unfocus my app window. Is there anything that I can do to fix this?
Thanks
iirc so far people used something like this https://www.npmjs.com/package/worker-timers
(at least on windows, not sure if someone used it on macos or linux too)