[
https://issues.apache.org/jira/browse/CB-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-884.
---------------------------------
Resolution: Invalid
I just tried it on a iOS 4.2.1 device - it works.
There is a bug in the iPhone 4.x simulator and Lion, this is precisely what you
encountered with the "location services are disabled" error:
http://stackoverflow.com/questions/6794377/xcode-4-1-location-prompt-in-iphone-simulator
> Geolocation does not work properly on iOS 4 and below
> -----------------------------------------------------
>
> Key: CB-884
> URL: https://issues.apache.org/jira/browse/CB-884
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.6.0, 1.7.0
> Environment: iPod Touch, iPhone 4
> Reporter: Aaron Hii
> Assignee: Shazron Abdullah
> Priority: Minor
> Labels: geolocation, gps
>
> {{navigator.geolocation.getCurrentPosition}} does not work on iOS 4.3 and
> below, but works perfectly fine on iOS 5 and Android. Location service and
> WIFI were enabled on device but returned location update failed.
> function onSuccess() { console.log('location acquired'); }
> function onFailure() { console.log('location not found'); }
> navigator.geolocation.getCurrentPosition(onSuccess, onFailure, {
> enableHighAccuracy: true });
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira