PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Android Back Disable
Android Back Disable
Iniciado por Ruan, 31,ago. 2022 20:52 - 4 respuestas
Miembro registrado
214 mensajes
Publicado el 31,agosto 2022 - 20:52
Good Day

Is there a way to prevent a mobile app to use the back function?

Regards

Ruan du Preez
Publicado el 01,septiembre 2022 - 07:05
Hi

It is simple

Add Button in x -2000

Click in Button with mouse rigth

Description

Hotkey Esc ou Back

Ok

In code Button

Return

And

Save and compile
Miembro registrado
214 mensajes
Publicado el 09,septiembre 2022 - 15:09
Adriano Boller wrote:
Hi

It is simple

Add Button in x -2000

Click in Button with mouse rigth

Description

Hotkey Esc ou Back

Ok

In code Button

Return

And

Save and compile


Thanks for the response

I will use that. Thanks.

I wonder if you know the answer to my previous post. I want to show the app version in app but don't know how to retrieve it.

thanks

Ruan
Publicado el 04,mayo 2023 - 15:10
Thank you :thank you:
Miembro registrado
59 mensajes
Publicado el 05,mayo 2023 - 18:26
Hi Ruan,
to show the app version:

ExeInfo(exeVersion)

Hope this helps
Andrea