Hi everyone,
I’m trying to use geolocation on Android (according to official documentation : geolocation doc), and it works fine on web browser but it always throws the following error on Android device :
D/Capacitor: Sending plugin error:
{"save":false,"callbackId":"110022566","pluginId":"Geolocation",
"methodName":"getCurrentPosition","success":false,
"error":{"message":"location unavailable"}}
So if someone have an idea…