DavidBriglio / cordova-plugin-foreground-service

Foreground service with ongoing notification for Android.
MIT License
39 stars 40 forks source link

Which plugin should we use to run javascript code in background? #24

Closed FreePhoenix888 closed 1 year ago

FreePhoenix888 commented 1 year ago

NOTE: This plugin does not on its own allow the user to execute javascript while the app is in the background

FreePhoenix888 commented 1 year ago

@DavidBriglio @dpeacock

DavidBriglio commented 1 year ago

There are many plugins that allow you to run in the background, maybe start here: https://github.com/katzer/cordova-plugin-background-mode

FreePhoenix888 commented 1 year ago

There are many plugins that allow you to run in the background, maybe start here: https://github.com/katzer/cordova-plugin-background-mode

I have seen that plugin and I am not sure it allows me to let my apollo subscription to work all the time