One of our customers wants to enable the single kiosk mode with a web app. When we apply this configuration, it doesn't work: the web app is not displayed, and the device is not usable (even if the Chrome app is installed).
When the kiosk mode is disabled, the web app is perfectly usable. So I guess there is an issue on the AMAPI side.
Here is the application data of the profile:
"applications": [
{
"packageName": "com.google.enterprise.webapp.<generated-id>",
"installType": "KIOSK",
"defaultPermissionPolicy": "GRANT"
}
],
Thanks a lot in advance for you help!