You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Number of Plugin: 4.5.0.6
Device Tested On: iPhone 10
Version of VS: 2022
Version of Xamarin.Forms: 5.0.0.2291
Steps to reproduce the Behavior
Download this example: https://www.okmap.org/a/GeolocatorExample.zip
Run on iOS iPhone and check the file log.log created in the sand box.
The first date is DateTime.Now while the second is Position.Timestamp, then follow latitude and longitude.
Expected Behavior
The two date should be similar and latitude/longitude should change at each PositionChanged event.
When the screen is locked the PositionChanged event should return user position.
Actual Behavior
The two date are different (more than one day) and lat/lon are always the same.
When the screen is locked the PositionChanged event stops to return user position.
Bug Information
Version Number of Plugin: 4.5.0.6
Device Tested On: iPhone 10
Version of VS: 2022
Version of Xamarin.Forms: 5.0.0.2291
Steps to reproduce the Behavior
Download this example: https://www.okmap.org/a/GeolocatorExample.zip
Run on iOS iPhone and check the file log.log created in the sand box.
The first date is DateTime.Now while the second is Position.Timestamp, then follow latitude and longitude.
Expected Behavior
The two date should be similar and latitude/longitude should change at each PositionChanged event.
When the screen is locked the PositionChanged event should return user position.
Actual Behavior
The two date are different (more than one day) and lat/lon are always the same.
When the screen is locked the PositionChanged event stops to return user position.
Code snippet
https://www.okmap.org/a/GeolocatorExample.zip
Screenshotst
This is the screenshot of log file.
The text was updated successfully, but these errors were encountered: