Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

how to open a page without refreshing it?

My app has a page which gets populated based on a call to a database.

This call is needed only once, and next time the user should reopen this page without refreshing it again.

This is similar to the appery default back button, but should point to the page above.

How can this be implemented? Saving the data locally rather than reading that from the database does not solve the problem because most time is spent creating the UI. I'd just like to refresh the UI.

Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

how to open a page without refreshing it?

Just to let yo know others how this can be solved:

add this property to the page that needs to be cached (using the "more properties" option)

data-dom-cache: true

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

how to open a page without refreshing it?

Hi Frank -

Thanks for update.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

how to open a page without refreshing it?

Thanks Frank. If it were set to "false", do you think it would force the cache to be updated and used?

Return to “Issues”