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

Jonathan Naguin updated CB-4798:
--------------------------------

    Component/s: Plugin Geolocation

> Built in geolocation breaks the continuous background execution
> ---------------------------------------------------------------
>
>                 Key: CB-4798
>                 URL: https://issues.apache.org/jira/browse/CB-4798
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Geolocation, WP8
>    Affects Versions: 3.0.0
>            Reporter: Jonathan Naguin
>            Assignee: Jesse MacFadyen
>              Labels: background, geolocation, wp8
>
> The current Geolocation implementation of Cordova is using the built-in on 
> Internet Explorer 10.
> This implementation breaks the possibility of run the application on 
> background.
> After running a simple code as:
> {code:javascript} 
> navigator.geolocation.getCurrentPosition(gps.onSuccess, gps.onError, {
>      enableHighAccuracy: true,
>      timeout: 3000
> });
> {code} 
> And pushing the Home button, the app is deactivated instead of receiving the 
> RunningInBackground event (reason: ApplicationAction).
> I tried with a C# native implentation of Geolocation and solves the problem.
> Related with: https://issues.apache.org/jira/browse/CB-4692



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to