FieldStudiesCouncil / FLAIR

Open Source Fieldwork Tool
0 stars 0 forks source link

App doesn't read from LocalStorage until second page load #2

Closed stevenday closed 12 years ago

stevenday commented 12 years ago

This is an issue with the way the app binds to jquery mobile and phonegap events - the event which contains the code that tries to scan the local storage doesn't fire on the first page load because it's bound after it's happened. This needs to be rejigged so that it's bound early enough to fire properly.