I'm using Cordova 2.9.0 and Xcode 5.0
I'm trying to do this tutorial: http://docs.phonegap.com/en/2.4.0/cordova_geolocation_geolocation.md.html
I copied the code from the geolocation.getCurrentPosition and there the "Full Example" (with html and javascript-code)
I checked my config.xml and it has
<feature name="Geolocation">
<param name="ios-package" value="CDVLocation"/>
</feature>
All I'm getting in the iPhone-Simulator is: "Finding geolocation..." But I waited for like 5mins and nothing happened - not getting any geolocation-data.
I hope someone could help me
two questions:
how do i install the console- and alert-plugin
- i do have a cordova-2.5.0.js file in www-folder, not a cordova-2.9.0.js - i checked back in the folder, where i downloaded phonegap-2.9.0. there is only a cordova.js in the folder phonegap-2.9.0>lib>ios>CordovaLib. should i replace the cordova-2.5.0.js with this cordova.js? – Daniel von Matterhorn Nov 02 '13 at 16:12
or with 2 spaces) – Daniel von Matterhorn Nov 02 '13 at 16:20