How can we set device screen timeout in maximo anywhere mobile apps. Please help by providing sample code. Is there any configuration for timeout in seconds to be set for required screen.
Asked
Active
Viewed 364 times
1 Answers
0
This is a device-specific setting, not a Maximo Anywhere setting.

scott dickerson
- 908
- 1
- 5
- 13
-
My question is can we set screen timout so that after say 5seconds if no activity from user side, automatically app logs out and login page is displayed. Is such feature available in maximo anywhere? – developer Jan 11 '16 at 05:13
-
You could write javascript code that did this, and triggered the logout function of the LoginHandler. – scott dickerson Jan 12 '16 at 02:15