December 3, 200421 yr Newbies Hello, is there a way to make a runtime app in kiosk mode automaticaly return to the 'start' screen of my application after a predefined time of inactivity? It is impossible to do this with the 'pause/resume script' command because every action of the user triggers a different script, and the user can abandon the kiosk anytime. I included a 'stop' button in the application, but practicly nobody uses it when they are ready. The application is used in a public place, so it should allways be ready for a new user. Thanks for any help.
December 3, 200421 yr The easiest way to do this is with a script scheduling plugin. Every time a user does something you can reset the time until the scheduled script will run. After the inactive period you specify, a script will run that navigates to the start screen.
Create an account or sign in to comment