In a Phonegap Javascript app I close the Android Version of this app with navigator.app.exitApp();
As we know, closing apps is not allowed in iOS. But the iPad User can minimize the app into the background e.g. by swiping.
Two questions:
Is it possible that I could minimize the app programmatically?
Is there an event when the user minimizes the app?