Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: #25503
    cpb
    Member

    I wouldn’t necessarily call it synching.

    If the user is going to run the app offline, the app creates a local db(sqlite) and caches all files necessary to run. All the data from the offline session is stored in the sqlite db. Later when the user is online, I take all the data stored in sqlite and create a js array. I then pass that data, using CFAjax, to the cfc. Check to see if the record exists, compare it to the timestamp and insert/update as necessary.

    I'm not using this approach in the live app now, just toying with the idea to see if it would be feasible in a large scale app that I can implement later.

Viewing 1 post (of 1 total)