Page 1 of 1

Requiring sign on for moblie apps

Posted: Fri Mar 01, 2013 11:15 am
by sgerhardinger
I am working on my first test mobile app and have been able to access it using an Android emulator. I am now trying to require a sign on before accessing the program. How do I change the app.js to initiate the sign on? I tried:
pui.run({ program: "profoundui/start.html" });
but receive an error that start.html was not allowed to be a first program...

Re: Requiring sign on for moblie apps

Posted: Fri Mar 01, 2013 12:09 pm
by David
Use:

Code: Select all


pui.start();

This launches a session to the sign on display. The user's initial PUI program will run after signing on.