PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Android Back Disable
Android Back Disable
Started by Ruan, Aug., 31 2022 8:52 PM - 4 replies
Registered member
208 messages
Popularité : +1 (1 vote)
Posted on August, 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
Posted on September, 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
Registered member
208 messages
Popularité : +1 (1 vote)
Posted on September, 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
Posted on May, 04 2023 - 3:10 PM
Thank you :thank you:
Registered member
54 messages
Popularité : +2 (2 votes)
Posted on May, 05 2023 - 6:26 PM
Hi Ruan,
to show the app version:

ExeInfo(exeVersion)

Hope this helps
Andrea