I want to have some detection when my android app is either on pause, being switched out, or going to background (minimize kinda). Anyone got the way how to make that happen?
You might want to try your luck with the Browser object's "On supsended" and "On resumed" triggers.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, it is working great!
Btw I don't know if it was the case but seems like it also needs CordovaBackgroundMode plugin to make it works.