PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Android Back Disable
Android Back Disable
Iniciado por Ruan, ago., 31 2022 8:52 PM - 4 respostas
Membro registado
209 mensagems
Popularité : +1 (1 vote)
Publicado em agosto, 31 2022 - 8:52 PM
Good Day

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

Regards

Ruan du Preez
Publicado em setembro, 01 2022 - 7:05 AM
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
Membro registado
209 mensagems
Popularité : +1 (1 vote)
Publicado em setembro, 09 2022 - 3:09 PM
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 em maio, 04 2023 - 3:10 PM
Thank you :thank you:
Membro registado
55 mensagems
Popularité : +2 (2 votes)
Publicado em maio, 05 2023 - 6:26 PM
Hi Ruan,
to show the app version:

ExeInfo(exeVersion)

Hope this helps
Andrea