Skip to content

Wisej.Ext.Geolocation InvalidResponse issue on last wisej versions #712

Description

@itg-assistant

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is broken or behaving unexpectedly.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions