fifiddu70 Well-Known Member Licensed User Longtime User Dec 7, 2014 #1 qual'è il codice per uscire dal programma quando va in background? Private Sub Application_Background ?????????? End Sub
qual'è il codice per uscire dal programma quando va in background? Private Sub Application_Background ?????????? End Sub
Erel B4X founder Staff member Licensed User Longtime User Dec 7, 2014 #2 You should post non-English questions in the non-English forums... Upvote 0
fifiddu70 Well-Known Member Licensed User Longtime User Dec 7, 2014 #3 sorry Erel, what is the code to exit the program a when it goes in the background ? Private Sub Application_Background ?????????? End Sub when press home button in iphone i need to close app. Upvote 0
sorry Erel, what is the code to exit the program a when it goes in the background ? Private Sub Application_Background ?????????? End Sub when press home button in iphone i need to close app.
Erel B4X founder Staff member Licensed User Longtime User Dec 7, 2014 #4 The app will be closed automatically after a few seconds. If you want to prevent your app from running in the background then you can add this attribute: B4X: #PlistExtra: <key>UIApplicationExitsOnSuspend</key><true/> Upvote 0
The app will be closed automatically after a few seconds. If you want to prevent your app from running in the background then you can add this attribute: B4X: #PlistExtra: <key>UIApplicationExitsOnSuspend</key><true/>