I've been asked to research offline storage options for web forms on mobile devices (mainly sign-up forms on iPads for use at large events where due to huge numbers and location connectivity always seems to be an issue).
What I'd like to come up with is something like:
- A form that can submit data when connected, or store if offline when not.
- Check the connection periodically and submit the form data when able.
Can anyone point me in the right direction here?
Thanks,
Chris