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...
Requiring sign on for moblie apps
-
- New User
- Posts: 6
- Joined: Mon Feb 25, 2013 3:31 pm
- First Name: Sue
- Last Name: Gerhardinger
- Company Name: Toledo Clinic, inc.
- Contact:
- David
- Profound Logic Staff Member
- Posts: 690
- Joined: Fri Jan 04, 2008 12:11 pm
- First Name: David
- Last Name: Russo
- Company Name: Profound Logic Software
- Contact:
Re: Requiring sign on for moblie apps
Use:
This launches a session to the sign on display. The user's initial PUI program will run after signing on.
Code: Select all
pui.start();
Who is online
Users browsing this forum: No registered users and 3 guests