"Keep screen on while using app" setting for the Geocortex Go App
Terminée
0
-
Commentaire officiel
Hello Nico
Good news. With the 5.15 release we've exposed the capability to control how long the screen is going to stay on using actions, Workflows or custom components. Using the command "system.keep-screen-on" with a boolean argument, you're able to override system settings. Passing in "true" will keep the screen on, while passing in "false" will restore the system settings:
"action": [
{
"name": "system.keep-screen-on",
"arguments": true // keeps the screen on
}]Note: Refreshing the app or going back to the app selection screen in Go will restore the system settings as well.
See the official developer documentation for it: https://developers.geocortex.com/docs/mobile/api-commands-operations-events/#command-system.keep-screen-on
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire