Search code examples
androidcordovacordova-plugins

Looking for a good way to exit an Android app in cordova?


I create an Android app through cordova and I need to exit the app. I am using navigator.app.exitApp() which only makes the app to run in the background. It doesn't really exit the app. Is there a way to exit the app from cordova application?


Solution

  • Install

    cordova plugin add cordova-force-app-close
    

    Usage

    MOForceAppClose.forceAppClose()