Sync offline JQuery Mobile form
Posted
by
Dimas
on Stack Overflow
See other posts from Stack Overflow
or by Dimas
Published on 2012-10-17T10:59:04Z
Indexed on
2012/10/17
11:00 UTC
Read the original article
Hit count: 219
My name is Dimas and I work as a developer in a hospital.
I've developed a web form with JQuery Mobile which is accessed from an Android tablet. It sends data (text and FILES) to the server (PHP) and it's saved in a MySQL database.
This tablets are used by doctors that are visiting the patients in their homes. Some of these patients live in remote areas with very bad Internet connection, so I'm thinking on use HTML5 Offline feature to solve these situations.
I started reading about it but I'm newbie with this technology. I've some questions:
- Do you think this is the best/easiest solution?
- If I could save the form data in a local sqlite storage when the tablet is offline, how I could synchronize it with the data in MySQL server when the tablet become online?
Thanks
© Stack Overflow or respective owner