I make an application using jquery + jquery mobile, the application takes a certain data file via Ajax from the server, processes it. There was a question - the work of the application is needed when there is no Internet. As far as I understand, when I first boot, I need to move this file to the flash of the smartphone, and then work with it. When accessing the Internet, the application checks whether the file on the server has changed and, if so, updates it on the phone's flash memory. On the move, I could not find anything in which direction to move? The app itself is packaged using Cordova.

  • Since no one answered the question, I will answer myself, spit on the file system and apply localStorage, the data is still no more than 5M, so it works fine - Nikolay

0