Is there a way to run Cordova code without the app being in the foreground? I know it's possible in Flutter and React-Native, but it seems that in Cordova it's impossible.
I tried to have my Cordova application wake up in the background, in response to a silent push message. Instead it kept popping to the foreground.