I've am in need of a button that completely closes the app. I've tried creating a window and setting exitOnClose:true and then calling a win.close() but it does't work... Anyone successfully done this? I need it to work on both Android and Iphone.
Thanks
2 Answers
Accepted Answer
Hi,
On iPhone you are not allowed to close the app other way then pushing the Home button on the device. It's an Apple rule.
Thanks Adriano... but it's not closing the app when they hit the home.... when you click on the icon again it puts you right were you stopped... I've tried exitOnClose on every window and tabgroup and nothing
Your Answer
Think you can help? Login to answer this question!