javascript - cordova navigator.app.close() is keeping app in background -


I'm trying to close my Android app by calling Cordova Navigator.ap.close (), the app is off Goes, but still is running background and I can see it in app manager. I tried to solve this problem as described in:

  & lt; Priority name = "Maintenance" value = "wrong" />   

In config.xml, but it does not work for me

Is there some other way to solve this problem?

There is not a function called navigator.app.close () Are there. What navigator.app.exitApp () ? Calling

means you have a list of all the functions available from navigator.app : Navigator. backHistory (); navigator.app.cancelLoadUrl (); Navigator.app.clearCache (); Navigator.app.clearHistory (); Navigator.app.exitApp (); Navigator.app.loadUrl (URL, Prop); navigator.app.overrideBackbutton (override);

Comments

Popular posts from this blog

c# - Roxy file manager in MVC doesn't accept session path -

php - proc_open Too many open files in long running Symfony Console app -

c# - Show a huge number of data in DevExpress GridView -