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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -