PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Prevent the application from standby mode in Android and iOS
Prevent the application from standby mode in Android and iOS
Started by adrianoboller, Nov., 20 2014 12:46 PM - No answer
Registered member
3,662 messages
Popularité : +175 (223 votes)
Posted on November, 20 2014 - 12:46 PM
Procedure SempreLigado(LOCAL TrueFalse is boolean)

//Target CODE
//Android || // iOS
||
IF InAndroidMode() = True || IF IniOSMode() = True
Android_BloqueioTela(TrueFalse) || IOS_BloqueiaTela(True)
END || END