Hi Folks,
Could someone tell me how to Exit Ionic App manually on Button click?
Thanks in advance.
Hi Folks,
Could someone tell me how to Exit Ionic App manually on Button click?
Thanks in advance.
just use the ionic.Platform utilities:
ionic.Platform.exitApp();
Thank you.It works perfect.