[
https://issues.apache.org/jira/browse/CB-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen resolved CB-4798.
---------------------------------
Resolution: Won't Fix
WP8 is deprecated. Closing to focus on windows-uwp issues.
> 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 (deprecated)
> 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.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]