Hi !
When I use the Geolocation plugin with getCurrentPosition() :
var position = Geolocation.getCurrentPosition();
position.then((resp) => {
console.log(resp.coords.latitude)
})
It return this :
callbackId: "123033396"
methodName: "getCurrentPosition"
options: {}
pluginId: "Geolocation"
type: "message"
This is not the coords of user.
Anyone help ?