No location manager for Android ? Need to activate manually
There is an issue reproduced on two phones: one Xiaomi and one Pixel 7 Pro. On both devices, after granting location permission, there is no dialog prompting to enable the Location Service directly from the library. Instead, the user must manually activate the Location Service in the device settings. I have tested this multiple times on different devices, and the behavior is consistent. Could you please clarify why this happens?
Thank you!
Currently this library doesn't handle that case on mobile devices.
It is a planned feature. I haven't quite decided yet how to handle it. It will most likely end up being a subclass of:
public sealed interface Error : GeolocatorResult
which would be up to the developer to handle the prompting the user to enable location services. I am open to suggestions and PR's however.
Maybe why not when i have some time, thank's !
Is there some new on it ?