You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2015/12/28 10:17:49 UTC

[jira] [Updated] (CB-4798) Built in geolocation breaks the continuous background execution

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

Sergey Grebnov updated CB-4798:
-------------------------------
    Labels: background geolocation triaged wp8  (was: background geolocation wp8)

> 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, triaged, 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.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org