javascript - Google Chrome inactivity redirect -


i have chrome opening in kiosk mode - added --kiosk flag chrome shortcut works expected.

the kiosk allows browsing of our intranet , internet. realise can use javascript redirect pages on our intranet, internet? don't want people fpr example browsing youtube , walking away.

we have browser re-direct www.mydomain.com after x minutes of inactivity.

i have tried kiosk here require swipe left/right gestures don't seem work page navigation (already contacted developer via github).

any suggestions?

i managed find answer question on another site.

ended using chrome extension called idle reset.

hopefully helps else.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -