| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
is for rather because locator.locate usually doesn't get an event and
it's silly to put a guard clause there
|
|
|
|
| |
it starting and immediately returning on the offline screen
|
| |
|
|
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
|