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

thomas fischer updated CB-7875:
-------------------------------
    Description: 
Using the cordova-plugin-geolocation: 0.3.10, I have a timeout error with 
watchPosition. (error.code3)

When i uninstall this plugin and use geolocation with the W3C API I have no 
problem of timeout, but it's not working on IOS8 due to the new Location 
Authorization








  was:
Using the cordova-plugin-geolocation: 0.3.10, I have a timeout error with 
watchPosition. (error.code3)
I have to set the timeout:infinity to keep the Gps Signal.

"This API is based on the W3C Geolocation API Specification, and only executes 
on devices that don't already provide an implementation."

s this really based on the W3C Geolocation API ? 

When i uninstall this plugin and use geolocation with the W3C API I have no 
problem of timeout.

navigator.geolocation.watchPosition(successCallback, errorCallback, 
{enableHighAccuracy:true, maximumAge:3000, timeout:5000});








> watchPosition Timeout Error 3
> -----------------------------
>
>                 Key: CB-7875
>                 URL: https://issues.apache.org/jira/browse/CB-7875
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 4.0.0
>         Environment: cordova version 4.0.0
> cordova-plugin-geolocation: 0.3.10
> xCode 6
> IOS7 - IOS8
>            Reporter: thomas fischer
>
> Using the cordova-plugin-geolocation: 0.3.10, I have a timeout error with 
> watchPosition. (error.code3)
> When i uninstall this plugin and use geolocation with the W3C API I have no 
> problem of timeout, but it's not working on IOS8 due to the new Location 
> Authorization



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to