Having issues with setting up the intent/using Google Chrome to kiosk our web site. It is giving me a blank screen.
Here is what I am using so far.
I created a Kiosk Profile with Web Filter, Lockdown, and Authentication.
Web Filter section I have the website of the Sharepoint site
Lockdown section I have this entry (browsers://*.sharepoint.com) and the option to startup automatically at startup. I also have tried these three intent scripts w/o success:
Intent://YOURURL#Intent;scheme=https;package=com.android.chrome;end
Intent://YOURURL#Intent;scheme=http;action=android.intent.action.VIEW;component=com.android.chrome;end
<intent:https://YOURURL#Intent;action=android.intent.action.VIEW;end>
Anyone have a suggestion for me?