[ 
https://issues.apache.org/jira/browse/CB-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron Hii updated CB-884:
-------------------------

    Description: 
{{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 });

  was:{{navigator.geolocation.getCurrentPosition}} does not work on iOS 4 and 
below, but works perfectly fine on iOS 5 and Android. Location service and WIFI 
were enabled on device but returned location update failed.

    
> 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

        

Reply via email to