PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Close Down an App
Close Down an App
Iniciado por GS IT, 04,oct. 2023 11:14 - 1 respuesta
Miembro registrado
2 mensajes
Publicado el 04,octubre 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
Miembro registrado
3.453 mensajes
Publicado el 18,octubre 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.