Sergey Grebnov created CB-8085:
----------------------------------
Summary: Fix geolocation plugin on Windows
Key: CB-8085
URL: https://issues.apache.org/jira/browse/CB-8085
Project: Apache Cordova
Issue Type: Bug
Components: Plugin Globalization
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
There are two issues
1. When I use watchPosition Api on Windows onSuccess is called only once.
{code}
navigator.geolocation.watchPosition(onSuccess, onError, { timeout: 30000 })
{code}
2.It does not work on Windows Phone 8.1 - under debugger there is the following
error
{code}
// JavaScript runtime error: Operation aborted
// You must set the MovementThreshold property or the ReportInterval property
before adding event handlers.
// WinRT information: You must set the MovementThreshold property or the
ReportInterval property before adding event handlers
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]