Cordova apps are suspended when in the background and resumed in the foreground, so it’s not an issue, it’s how it was designed to work.
I would attempt to handle the events better by subscribing to Platform.pause
and Platform.resume
instead.
Cordova apps are suspended when in the background and resumed in the foreground, so it’s not an issue, it’s how it was designed to work.
I would attempt to handle the events better by subscribing to Platform.pause
and Platform.resume
instead.