Sean Kelley
Posts: 0
Joined: Thu Oct 11, 2012 2:25 pm

resuming view of web app page

I have web app (not phonegap) with page for admin functions. If user turns off device while on page (or bookmarks page) I want to be able to force reload the page when they come back.

I am not sure what this would be called or if its possible Is see the resume event as option but that is for phonegap app right?

I use appery db and currently assume good token for this page's various possible edits. I do not want to have to check/get new token for each activity if at all possible. Rather, I want to reload page and test for good token.

A slightly separate issue is with the sub pages. I want to disallow them to be used again (on resume or bookmark) without starting on main admin page- I want to force user back to main admin page. Is this possible?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

resuming view of web app page

Check if there is a special browser event that is fired when the app is resumed.

As for disallowing some pages to be viewed -- that's possible but the logic would need to be coded.

Return to “Issues”