Ser Gar asked 2017-03-22 03:46:34 UTC
Hi
I realize that geolocation extension included in setup always returns InvalidResponse since last updates (PositionChanged callback on server), but in client (js) returns success and valid coords. Tested up to 1.3.43 version.
Only success if I compile from old downloaded extension sourcecode, has some bugs but i fixed from (coords.sccuracy->coords.accuracy)
From
this.Accuracy = coords.sccuracy ?? double.NaN;
To
this.Accuracy = coords.accuracy ?? double.NaN;
Then i guess something changes in "Wisej.Ext.Geolocation.dll" in last builds
Thanks in advance
Ser Gar asked 2017-03-22 03:46:34 UTC
Hi
I realize that geolocation extension included in setup always returns InvalidResponse since last updates (PositionChanged callback on server), but in client (js) returns success and valid coords. Tested up to 1.3.43 version.
Only success if I compile from old downloaded extension sourcecode, has some bugs but i fixed from (coords.sccuracy->coords.accuracy)
From
this.Accuracy = coords.sccuracy ?? double.NaN;
To
this.Accuracy = coords.accuracy ?? double.NaN;
Then i guess something changes in "Wisej.Ext.Geolocation.dll" in last builds
Thanks in advance