Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

watchPosition error "Position retrieval timed out" #9

Open
marcoas opened this issue Dec 28, 2017 · 1 comment
Open

watchPosition error "Position retrieval timed out" #9

marcoas opened this issue Dec 28, 2017 · 1 comment

Comments

@marcoas
Copy link

marcoas commented Dec 28, 2017

(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

@kPlusPlus
Copy link

and me also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants