- This topic has 6 replies, 3 voices, and was last updated 12 years, 6 months ago by support-michael.
-
AuthorPosts
-
InfinitumLyceumMemberHey!
I’m making an app for school with a login code etc.
But when I open a webpage in the app or I minimize it, it looks like it starts over and it comes back to the login screen. So i have to login again… I just want the app to be running in the background and saves the login and starts up where i left it..
Sorry for my bad english ;P~IL
support-octavioMemberCould you provide a small example or a series of screenshots to help us better understand exactly what is going wrong?
InfinitumLyceumMember1. Splash screen:
>
2. Login screen:>
3. “Rooster”(Schedule) Tab: (Click gives a webpage in my browser.. so it leaves the app minimized.)>
4. Browser page: (with dubble tap on de home button you see the Grundel app is minimized)>
5. Clicking the app will open de splash screen again and it starts over from step 1.Sorry i don’t know how to set the pictures better in the forum xD they are big.. and this loads it quicker soo xD
~IL
InfinitumLyceumMemberokay i see what the problem is.. i open it now in a pop-upwindow.. now the app doesnt close.. but how can i come back ? my buttons are gone..
support-michaelKeymaster>okay i see what the problem is.. i open it now in a pop-upwindow.. now the app doesnt close.. but how can i come back ? my buttons are gone..
If I understand your UI flow your app is opening a remote website, right? A common challenge you will encounter is navigating from the remote site back into your app/webapp, since apps don’t generally provide browser nav buttons such as the back button. Thus your remote site must provide a back button.
InfinitumLyceumMemberif i understand there has to be a button on the website to go back to the app.. i’ll try to get this to work.
but is mobione trying to make an in-app browser? to make this whole thing easyer?
support-michaelKeymaster@InfinitumLyceum
>is mobione trying to make an in-app browser? to make this whole thing easyer?MobiOne apps are “HTML5 apps”, a.k.a., hybrid apps. The app content is implemented in HTML5, css3, javascript and packaged into the app binary. At runtime a bootstap spins the webapp an embedded web container (UIWebView). Additionally a javascript interface is available to the webapp to access native services and sensors. MobiOne uses Apache Cordova (formerly known as PhoneGapp) to provide this runtime container component across iOS and android platforms.
-
AuthorPosts