Perform incremental refresh when List is loaded

Description

Controls whether the List control in a Cordova application automatically refreshes its data when the app is launched to prevent displaying stale build-time data.

Discussion

Previously, when a Cordova app was built, List controls were populated with data at build time. This meant that when the user ran the app (potentially weeks later), they would initially see stale data.

The behavior has been updated so that Lists in Cordova applications are not pre-populated with stale build-time data by default. When the app is run, the List controls are refreshed to show current data.

This behavior only applies to List controls that are based on SQL data and that are not configured to delay render. If you want to turn *off* this behavior (and allow stale data to load initially), uncheck this property.

Configuration

Perform incremental refresh when List is loaded property in List Builder
Perform incremental refresh property

See Also