aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/views/locator.js
Commit message (Collapse)AuthorAgeLines
* Geolocation error was never shown if accuracy check failedStruan Donald2013-08-15-3/+2
| | | | | | If we got a geolocation fix but not one that met the accuracy check then the locating screen was being hidden but the error message was never being displayed.
* move cancelling of offline locate click default up to the view the eventStruan Donald2013-07-25-2/+1
| | | | | is for rather because locator.locate usually doesn't get an event and it's silly to put a guard clause there
* stop phantom click throughs from canceling the locating screen and also from ↵Struan Donald2013-07-25-1/+2
| | | | it starting and immediately returning on the offline screen
* Stop locating screen being able to scroll. Fixes #60Struan Donald2013-07-25-0/+3
|
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+64
index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode