I have a requirement to run my application in chrome kiosk mode, its working fine in normal mode. But when I start kiosk mode app using localhost URL or IIS server URL (Windows), it does not works properly.
A java-script code is unable to run in kiosk mode. I am trying using the following line of code:
signOutButtonPressed();
try {
cwic.LoginController.startDiscovery();
} catch (e) {
PhoneDialing("Error: " + e);
}
From this call I am unable to get this function call from third party APIs. I am sure about this APIs are working when I hosted my code on IIS. I hope anyone must have an experience on same.
consolein kiosk mode ? - Aatif Bandey