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
Post a Comment