Skip to content

watchPosition error "Position retrieval timed out" #9

@marcoas

Description

@marcoas

(Translated by Google)

Hello

The same code works for me on several phones, but NOT on the Samsung J2 (Android 5.1.1)

Any ideas?


    this.watchID = GPSLocation.watchPosition( this.GPSleido.bind( this ),
                                              this.GPSerror.bind( this ),
                                              { maximumAge: 10000,
                                                // frequency : 30000,
                                                timeout : 30000,
                                                enableHighAccuracy: true });

I did tests with enableHighAccuracy on TRUE and FALSE, timeout on 3000, 10000, 30000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions