-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Project wiki (Ushahidi): http://wiki.ushahidi.com/display/WIKI/Offline+to+Online+App
Project overview: https://sites.google.com/site/onlineofflinewebapps/ushahidi-webapp
Goal of the project is to develop a web-based mobile application for Ushahidi allowing easy reporting from any up-to-date mobile device. The application is not a substitute for the Ushahidi iOS/Android/etc. native applications, but want to be yet another way of reporting.
#Offline The application supports creating report while offline, which seems a quite important feature in emergency situations and limited connectivity conditions.
##BIG DISCLAIMER The storage is currently based on persistence.js, with default WebSQL (deprecated) and fallback to Local Storage. For this application to run on almost any platform at current date (April 2012) the best option seems the above. If the debate on storage standards had taken a reasonable amount of years (which is not the case), we would already have browsers support IndexedDB and so would the app!