Ionic plugin to bring app to foreground when it's hidden - on background but still running.
This plugin is android only.
cordova plugin add https://github.com/thiagoburgo/cordova-app-bringer.git
constructor(appBringer:AppBringer){ this.appBringer.bringToFront(()=>{/*sucess*/}, (err)=>{/*error*/}); }