11 Vote
Cordova: Close App
Question by Guest | 2021-01-11 at 13:36
I would like to close my Cordova App via code (for example when a user clicks a button or the like).
Is there a command for this that I can use?
ReplyPositiveNegative
Reply
Related Topics
Cordova: Batch Script closes automatically
Question | 1 Answer
Cordova only creates Debug APK (android-debug.apk)
Question | 1 Answer
Cordova Release APK not working
Question | 1 Answer
Delphi/Lazarus: Close own Program
Question | 1 Answer
Android Programming: Close entire App
Question | 1 Answer
Adobe Reader would like to save changes to PDF although nothing was changed
Question | 1 Answer
Xcode iOS Simulator: How to close an App
Question | 1 Answer
Important Note
Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.
Participate
Ask your own question or write your own article on askingbox.com. That’s how it’s done.
You can simply end your app with the following line of code:
navigator.app.exitApp();
2021-01-11 at 22:35