-
Current behaviorEvent Expected behavior
How to reproduce it (as minimally and precisely as possible)Geolocator.Position is being subscribed at MainModel constructor. There you can notice how on iOS and Android Locations list never gets updated. WorkaroundNo response Works on UWP/WinUIYes EnvironmentNo response NuGet package version(s)Affected platformsAndroid, iOS IDEVisual Studio 2022 IDE versionNo response Relevant pluginsNo response Anything else we need to know?No response |
Beta Was this translation helpful? Give feedback.
Answered by
ajpinedam
Apr 18, 2024
Replies: 1 comment 7 replies
-
Thanks for the report. GeoLocator is functioning properly, you can find an example as shown in the Uno Gallery here: Note that you have to request for access first. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mcocaroUX really!? Sorry, didn't validate on iOS.
The good thing is that a final fix was merged earlier this week and this should be available in the latest dev-built. This fix cover both platforms (iOS and Android)
PR: #16209