I am currently using PhoneGap build 2.9.0 to create a simple application, and I was wondering if it is possible to create a button that will take the user outside of your application and the default home screen of the phones.
I'm trying to imitate the close button, I understand that you cannot close applications with iOS, but you can use Android and BlackBerry. Therefore, my solution is to try to redirect the default user home screen to your phone (instead of forcibly closing the application).
Any ideas?
source share