Page 1 of 1

how to open a page without refreshing it?

Posted: Sat Mar 05, 2016 9:52 pm
by Frank7390035

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.


how to open a page without refreshing it?

Posted: Sun Mar 06, 2016 1:38 am
by Frank7390035

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


how to open a page without refreshing it?

Posted: Sun Mar 06, 2016 5:52 am
by Illya Stepanov

Hi Frank -

Thanks for update.


how to open a page without refreshing it?

Posted: Sun Mar 06, 2016 3:33 pm
by RobertJay

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