We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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
The expected behavior is that GetPositionAsync return a valid position in every device with the same location configuration.
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,...
var locator = CrossGeolocator.Current; locator.DesiredAccuracy = 100; var position = await locator.GetPositionAsync(10000);
Some step more to check?
The text was updated successfully, but these errors were encountered:
ee5a51e
No branches or pull requests
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
Some step more to check?
The text was updated successfully, but these errors were encountered: