Requiring sign on for moblie apps
Posted: Fri Mar 01, 2013 11:15 am
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...
pui.run({ program: "profoundui/start.html" });
but receive an error that start.html was not allowed to be a first program...