javascript - Running a jquery mobile web app in a disconnected state? -
I'm working with writing a web app using jquery mobile which uses forms (cehckboxes, text) Field, combo boxes). The app that is required is quite trivial, but the information needs to be updated and sent to the server.
So my question is, someone has used the app, gets a bunch of data from the server, then loses connection. Does the browser still remember the form field input, and the user can still navigate between the pages? I think jquery mobile places all its pages in the same 'webpage', so it is not that it needs to constantly load new data from the server.
I think that I will run some scripts to check connection to a server in the background and when this connection is received it can forward and sync the data with the server.
Is it possible or is it a pipe dream?
For jquery mobile it attaches all data to the same page so that the user only uses those links Users who do not yet touch that link that are already clicked will still cause problems
Comments
Post a Comment