axaroth / ushahidi-webapp

A webapp based on HTML5 to collect data and to send data to Ushahidi.
https://sites.google.com/site/onlineofflinewebapps/ushahidi-webapp
7 stars 2 forks source link

The app does not run on Firefox #14

Closed ghost closed 12 years ago

ghost commented 12 years ago

In Firefox the app. explodes as Persistence.js looks for the DB.

ghost commented 12 years ago

Options: 1) setup Persistence.js to use local storage under FF. Limit: with images it is easy to reach maximum alllowed space (quick) 2) write Persistence.js support for IndexedDB (big effort) 3) move everything under IndexedDB and FileAPI

ghost commented 12 years ago

Option 1) implemented during NASA app challenge. Persistence will be probably removed in a later version, anyway.