Keep app open

Hey guys, I’ve searched everywhere, but I didn’t find any solution for keep my app running even when user press back button or eliminate app from “recent apps”.

There’s any solution for this?

Are you talking about Android or iOS?
As you refer to a back button, I assume you mean the hardware back button present on Android devices?

Search or Google for “ionic 2 back button”. There should be multiple solutions, although this might not really be appreciated by your users as the hardware back button has expected behaviour.

This should not really be possible as the user explicitly requested your app to be removed from the list of running apps. It may be possible to install some “service” on Android.

I see. But how can I install some service?

EDIT: I’ve tried background mode plugin already, but it doesn’t works on user “eliminate” app from the list or even when press back button.