"Keep screen on while using app" setting for the Geocortex Go App
Slutfört
0
-
Officiell kommentar
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
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar