I have create a website using jquery mobile, and it works fantastic, now for the admin section, i want to build an offline page, wherein administrator can save data offline, and when he gets online, there would be a button saying, "Sync to the server" which would sync the content stored offline to online database.
I know it would be possible if i have native app, but as i currently have jquery mobile webapp, i want to build some solution with that, i tried researching on it, but every option suggested the native app way of doing this.
Is there any way i could achieve this on webapp and communicating with database within webapp?