11.02.2019, 08:44
(11.02.2019, 08:06)admin Wrote: You can use this extension in Chrome: https://chrome.google.com/webstore/detai...jkhdjelmkb
You need to run Chrome via a shortcut in kiosk mode:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk http://192.168.1.10/scada-vis
Then you can close window by using this code:
Code:window.location.href = '/closekiosk';
thanks for the attention, how can I invoke that method from a group address?