PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Android Back Disable
Android Back Disable
Débuté par Ruan, 31 aoû. 2022 20:52 - 4 réponses
Membre enregistré
209 messages
Popularité : +1 (1 vote)
Posté le 31 août 2022 - 20:52
Good Day

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

Regards

Ruan du Preez
Posté le 01 septembre 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
Membre enregistré
209 messages
Popularité : +1 (1 vote)
Posté le 09 septembre 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
Posté le 04 mai 2023 - 15:10
Thank you :thank you:
Membre enregistré
55 messages
Popularité : +2 (2 votes)
Posté le 05 mai 2023 - 18:26
Hi Ruan,
to show the app version:

ExeInfo(exeVersion)

Hope this helps
Andrea