react-native-threads icon indicating copy to clipboard operation
react-native-threads copied to clipboard

Webview as a worker

Open beshoo opened this issue 5 years ago • 2 comments

Dear all. I want to make an app which works onPuse mode. The app is a webview to run a website with injected javascript.

But onPuse will stop all app activity. Can this "react-native-threads" help while the phone is locked?

beshoo avatar Apr 26 '19 23:04 beshoo

react-native-threads is paused when the app is put into the background, it will not solve the problem of continuing to run while your app is closed or paused

Traviskn avatar May 15 '19 01:05 Traviskn

So as a programmer what is your advice to do such?

beshoo avatar May 15 '19 01:05 beshoo