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

GetPositionAsync doesn´t return a valid value in certain real Android devices. #53

Closed
davidgp15 opened this issue Jan 24, 2017 · 0 comments

Comments

@davidgp15
Copy link

Bug

GetPositionAsync doesn´t return a valid value in certain real Android devices.

Version Number of Plugin: 3.0.4
Device Tested On: IOS : IPhone 6, 6s, 6s Plus, 7 and 7 Plus
Android: many Samsung and Bq Aquarius

Expected Behavior

The expected behavior is that GetPositionAsync return a valid position in every device with the same location configuration.

Actual Behavior

The Bq Aquarius is not returning any data, doesn´t returns after the timeout.

I checked the location in another application and it works fine.

I checked without wifi, with wifi,...

Steps to reproduce the Behavior

 var locator = CrossGeolocator.Current;
 locator.DesiredAccuracy = 100;
 var position = await locator.GetPositionAsync(10000);

Some step more to check?

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

1 participant