[ 
https://issues.apache.org/jira/browse/CB-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624859#comment-14624859
 ] 

ASF GitHub Bot commented on CB-9355:
------------------------------------

Github user robpaveza commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-geolocation/pull/45#discussion_r34478957
  
    --- Diff: src/windows/GeolocationProxy.js ---
    @@ -16,7 +16,8 @@
     
     var PositionError = require('./PositionError'),
         ids = {},
    -    loc;
    +    loc,
    +    isWin10 = navigator.appVersion.indexOf('MSAppHost/3.0') !== -1;
    --- End diff --
    
    This won't scale post Win10.  Is the API new in Windows Phone 8.1?


> Fix Geolocation plugin start watch fail related to unset MovementThreshold on 
> Windows 10
> ----------------------------------------------------------------------------------------
>
>                 Key: CB-9355
>                 URL: https://issues.apache.org/jira/browse/CB-9355
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Geolocation
>         Environment: Windows 10
>            Reporter: Sergey Shakhnazarov
>
> Mobilespec, Cordova Geolocation Plugin ->Start Watching Location:
> {noformat}
> Exception calling native with command :: Geolocation :: addWatch ::exception=
> WinRTError: Operation aborted You must set the MovementThreshold property or 
> the ReportInterval property before adding event handlers.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to