PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Close Down an App
Close Down an App
Débuté par GS IT, 04 oct. 2023 11:14 - 1 réponse
Membre enregistré
2 messages
Posté le 04 octobre 2023 - 11:14
Hi

Using Windev Mobile 28 - Testing on Android

The close() function on the first screen used to shut down the App completely.
It no longer seems to do this and the App remains in the background.

What are our options for both Android and IOS. We can swipe up and shut the App that way but would also like a way to close the App by pressing a button.

Thank you
Membre enregistré
3 353 messages
Popularité : +93 (137 votes)
Posté le 18 octobre 2023 - 08:10
Hi,
In Android: EndProgram
In iOS: EndProgram This function should only be used for debugging as the license of this type of hardware does not allow closing the application.