Has there been any progress on this? Using PG 1.4.1 I still get this error: Error Code:3 Geolocation Error: Timeout. I have tried variations like these..not sure if this is the right track. Is this a known issue on iOS4/5 still?
var options = { maximumAge: maximumAge, timeout: 10000, enableHighAccuracy: false };
vs
var options = { maximumAge: maximumAge, timeout: 10000, enableHighAccuracy: true };
navigator._geo.getCurrentPosition(display_location, display_location_error, options);
vs
navigator.geolocation.getCurrentPosition(display_location, display_location_error, options);
etc.
Attempts were all done after onDeviceReady()