Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 100AC200BDC for ; Wed, 14 Dec 2016 21:38:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0EB51160B19; Wed, 14 Dec 2016 20:38:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7D96B160B0D for ; Wed, 14 Dec 2016 21:37:59 +0100 (CET) Received: (qmail 93348 invoked by uid 500); 14 Dec 2016 20:37:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 93337 invoked by uid 99); 14 Dec 2016 20:37:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2016 20:37:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6DEFD2C0086 for ; Wed, 14 Dec 2016 20:37:58 +0000 (UTC) Date: Wed, 14 Dec 2016 20:37:58 +0000 (UTC) From: "Anshu Raj (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-12251) on IOS device Corodova Geolocation GetWatchPosition not giving current location MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Dec 2016 20:38:00 -0000 Anshu Raj created CB-12251: ------------------------------ Summary: on IOS device Corodova Geolocation GetWatchPosition not giving current location Key: CB-12251 URL: https://issues.apache.org/jira/browse/CB-12251 Project: Apache Cordova Issue Type: Bug Components: CordovaJS, iOS Affects Versions: 4.1.1 Environment: IPhone, IOS Reporter: Anshu Raj Priority: Critical Feature: We have created a Mobile App using PhoneGap and Corodova Plugin to get a constantly moving user's current location. As soon as he stops, he will perform an action in our App which will send his current location and we convert it into Address using reverse geocoding. We then show the history of user's visits. We are using GetWatchPosition and GetCurrentLocation to implement above feature. Issue: We are not getting user's current Latitude and Longitude rather we get their last Latitude and Longitude where he last visited. Hence user's visits is wrongly registered based on where he was at that point of time. Somewhere the API is not sending us the latest Latitude and Longitude. Above is working fine in Android and we are getting updated Latitude and Longitude Please help! -- 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